Home
last modified time | relevance | path

Searched refs:EndIf (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c312 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()
Dradeon_emulate_loops.h15 struct rc_instruction * EndIf; member