Searched refs:CurrentLoopDepth (Results 1 – 2 of 2) sorted by relevance
85 unsigned int CurrentLoopDepth; member467 s->Loops, s->CurrentLoopDepth, s->LoopsReserved, 1); in emit_flowcontrol()469 loop = &s->Loops[s->CurrentLoopDepth++]; in emit_flowcontrol()480 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()495 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()510 loop = &s->Loops[s->CurrentLoopDepth - 1]; in emit_flowcontrol()538 s->CurrentLoopDepth--; in emit_flowcontrol()
317 unsigned CurrentLoopDepth = 0; in orderNodes() local327 if (LoopDepth < CurrentLoopDepth) { in orderNodes()347 CurrentLoopDepth = LoopDepth; in orderNodes()