Searched refs:ContinueBlock (Results 1 – 4 of 4) sorted by relevance
1234 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt()1609 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()2219 OuterContinue = BreakContinueStack.back().ContinueBlock; in EmitSwitchStmt()
5522 : BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5570 ? BreakContinueStack.back().ContinueBlock.getBlock() in EmitOMPScanDirective()5576 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5604 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5607 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()
1527 : BreakBlock(Break), ContinueBlock(Continue) {}1530 JumpDest ContinueBlock;
4784 BasicBlock *ContinueBlock = Result->getBody(); in collapseLoops() local4786 auto ContinueWith = [&ContinueBlock, &ContinuePred, DL](BasicBlock *Dest, in collapseLoops()4788 if (ContinueBlock) in collapseLoops()4789 redirectTo(ContinueBlock, Dest, DL); in collapseLoops()4793 ContinueBlock = nullptr; in collapseLoops()