Searched defs:loop_record (Results 1 – 1 of 1) sorted by relevance
161 struct loop_record struct163 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() function186 ir_variable* get_execute_flag() in get_execute_flag()[all …]