Searched refs:fLoopExits (Results 1 – 2 of 2) sorted by relevance
284 cfg.addExit(cfg.fCurrent, fLoopExits.top()); in addStatement()298 fLoopExits.push(loopExit); in addStatement()306 fLoopExits.pop(); in addStatement()315 fLoopExits.push(loopExit); in addStatement()321 fLoopExits.pop(); in addStatement()334 fLoopExits.push(loopExit); in addStatement()349 fLoopExits.pop(); in addStatement()358 fLoopExits.push(switchExit); in addStatement()377 fLoopExits.pop(); in addStatement()
94 std::stack<BlockId> fLoopExits; variable