Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp161 struct loop_record struct
163 ir_function_signature* signature;
164 ir_loop* loop;
167 unsigned nesting_depth;
168 bool in_if_at_the_end_of_the_loop;
170 bool may_set_return_flag;
172 ir_variable* break_flag;
173 ir_variable* execute_flag; /* cleared to emulate continue */
175 loop_record(ir_function_signature* p_signature = 0, ir_loop* p_loop = 0) in loop_record() function
186 ir_variable* get_execute_flag() in get_execute_flag()
[all …]