Searched refs:fLoopContinues (Results 1 – 2 of 2) sorted by relevance
545 cfg.addExit(cfg.fCurrent, fLoopContinues.top()); in addStatement()551 fLoopContinues.push(loopStart); in addStatement()562 fLoopContinues.pop(); in addStatement()570 fLoopContinues.push(loopStart); in addStatement()577 fLoopContinues.pop(); in addStatement()589 fLoopContinues.push(next); in addStatement()611 fLoopContinues.pop(); in addStatement()
164 std::stack<BlockId> fLoopContinues; variable