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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 11 unsigned LoopDepth;
97 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) {
111 fc_state->PredStack[fc_state->LoopDepth] =
138 if (fc_state->LoopDepth == 1) {
162 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1];
175 assert(fc_state->LoopDepth == 0);
185 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0)
186 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
225 fc_state.LoopDepth++;
234 || fc_state.LoopDepth != 1)
    [all...]
radeon_dataflow.h 92 unsigned int LoopDepth;
radeon_dataflow.c 544 if (cb_data->ReaderData->LoopDepth > 0) {
696 d->ReaderData->LoopDepth = 0;
712 d->ReaderData->LoopDepth++;
716 if (d->ReaderData->LoopDepth > 0) {
717 d->ReaderData->LoopDepth--;
718 if (d->ReaderData->LoopDepth == 0) {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 322 unsigned LoopDepth = LI->getLoopDepth(BB);
327 if (LoopDepth < CurrentLoopDepth) {
347 CurrentLoopDepth = LoopDepth;

Completed in 6729 milliseconds