Home | History | Annotate | Download | only in compiler

Lines Matching defs:LoopDepth

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) {
237 fc_state.LoopDepth--;
253 if (fc_state.LoopDepth == 1 && fc_state.InCFBreak) {
268 if (fc_state.BranchDepth || fc_state.LoopDepth) {