Searched refs:EndIf (Results 1 – 2 of 2) sorted by relevance
312 rc_remove_instruction(loop->EndIf); in try_unroll_loop()378 loop->EndIf = ptr->Next; in build_loop_info()399 if (loop->BeginLoop && loop->Brk && loop->If && loop->EndIf in build_loop_info()467 rc_remove_instruction(loop->EndIf); in transform_loop()468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
15 struct rc_instruction * EndIf; member