Searched refs:is_controlflow (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1313 static int is_controlflow(struct rc_instruction * inst) function in typeref:typename:int
1341 if (is_controlflow(inst)) {
1348 while(inst != &c->Base.Program.Instructions && !is_controlflow(inst))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1313 static int is_controlflow(struct rc_instruction * inst) function in typeref:typename:int
1341 if (is_controlflow(inst)) {
1348 while(inst != &c->Base.Program.Instructions && !is_controlflow(inst))

Completed in 5 milliseconds