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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c72 int LoopEnd; member in struct:regalloc_state
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
551 if (endloop->IP > s->LoopEnd) {
552 s->LoopEnd = endloop->IP;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c72 int LoopEnd; member in struct:regalloc_state
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
551 if (endloop->IP > s->LoopEnd) {
552 s->LoopEnd = endloop->IP;

Completed in 4 milliseconds