Searched refs:ContinueBlock (Results 1 – 4 of 4) sorted by relevance
1079 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt()1412 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()2022 OuterContinue = BreakContinueStack.back().ContinueBlock; in EmitSwitchStmt()
5431 : BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5480 ? BreakContinueStack.back().ContinueBlock.getBlock() in EmitOMPScanDirective()5486 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5515 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5518 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()
1431 : BreakBlock(Break), ContinueBlock(Continue) {}1434 JumpDest ContinueBlock;
2690 BasicBlock *ContinueBlock = Result->getBody(); in collapseLoops() local2692 auto ContinueWith = [&ContinueBlock, &ContinuePred, DL](BasicBlock *Dest, in collapseLoops()2694 if (ContinueBlock) in collapseLoops()2695 redirectTo(ContinueBlock, Dest, DL); in collapseLoops()2699 ContinueBlock = nullptr; in collapseLoops()