Home
last modified time | relevance | path

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

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