Home
last modified time | relevance | path

Searched defs:function_record (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp197 struct function_record struct
199 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() function
215 ir_variable* get_return_flag() in get_return_flag()
225 ir_variable* get_return_value() in get_return_value()