Lines Matching defs:LoopExit
1066 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
1069 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopHeader));
1105 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
1115 if (ExitBlock != LoopExit.getBlock()) {
1117 EmitBranchThroughCleanup(LoopExit);
1154 EmitBlock(LoopExit.getBlock(), true);
1172 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
1178 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond));
1226 BoolCondVal, LoopBody, LoopExit.getBlock(),
1233 EmitBlock(LoopExit.getBlock());
1251 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
1290 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
1309 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
1329 if (ExitBlock != LoopExit.getBlock()) {
1331 EmitBranchThroughCleanup(LoopExit);
1372 EmitBlock(LoopExit.getBlock(), true);
1386 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
1413 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
1430 if (ExitBlock != LoopExit.getBlock()) {
1432 EmitBranchThroughCleanup(LoopExit);
1445 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
1468 EmitBlock(LoopExit.getBlock(), true);