Lines Matching defs:curState
402 for (auto curState : loopbacks_) {
403 GateRegion* curRegion = curState.region;
404 GateRegion* loopHead = curRegion->succs_[curState.index];
447 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current
448 auto curRegion = curState.region;
449 auto index = curState.index;
456 curState.index = ++index;
480 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current
481 auto curRegion = curState.region;
482 auto index = curState.index;
495 curState.index++;
499 succ = curRegion->succs_[curState.index++]; // goto next