Searched refs:EndIf (Results 1 – 2 of 2) sorted by relevance
313 rc_remove_instruction(loop->EndIf); in try_unroll_loop()381 loop->EndIf = ptr->Next; in build_loop_info()412 if (loop->BeginLoop && loop->Brk && loop->If && loop->EndIf in build_loop_info()480 rc_remove_instruction(loop->EndIf); in transform_loop()481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
40 struct rc_instruction * EndIf; member