HomeSort by relevance Sort by last modified time
    Searched defs:LoopDepth (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 92 unsigned int LoopDepth;
radeon_vert_fc.c 35 unsigned LoopDepth;
121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) {
135 fc_state->PredStack[fc_state->LoopDepth] =
162 if (fc_state->LoopDepth == 1) {
186 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1];
199 assert(fc_state->LoopDepth == 0);
209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0)
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
249 fc_state.LoopDepth++;
258 || fc_state.LoopDepth != 1)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 322 unsigned LoopDepth = LI->getLoopDepth(BB);
327 if (LoopDepth < CurrentLoopDepth) {
347 CurrentLoopDepth = LoopDepth;

Completed in 95 milliseconds