Searched defs:function_record (Results 1 – 1 of 1) sorted by relevance
197 struct function_record struct199 ir_function_signature* signature;200 …variable* return_flag; /* used to break out of all loops and then jump to the return instruction */201 ir_variable* return_value;202 bool lower_return;203 unsigned nesting_depth;205 function_record(ir_function_signature* p_signature = 0, in function_record() function215 ir_variable* get_return_flag() in get_return_flag()225 ir_variable* get_return_value() in get_return_value()