HomeSort by relevance Sort by last modified time
    Searched refs:CurrentLoopDepth (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 85 unsigned int CurrentLoopDepth;
467 s->Loops, s->CurrentLoopDepth, s->LoopsReserved, 1);
469 loop = &s->Loops[s->CurrentLoopDepth++];
480 loop = &s->Loops[s->CurrentLoopDepth - 1];
495 loop = &s->Loops[s->CurrentLoopDepth - 1];
510 loop = &s->Loops[s->CurrentLoopDepth - 1];
538 s->CurrentLoopDepth--;
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 307 unsigned CurrentLoopDepth = 0;
317 if (LoopDepth < CurrentLoopDepth) {
337 CurrentLoopDepth = LoopDepth;

Completed in 205 milliseconds