Searched refs:ContinueBlock (Results 1 – 4 of 4) sorted by relevance
1068 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt()1401 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()2011 OuterContinue = BreakContinueStack.back().ContinueBlock; in EmitSwitchStmt()
5367 : BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5416 ? BreakContinueStack.back().ContinueBlock.getBlock() in EmitOMPScanDirective()5422 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5451 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5454 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()
1430 : BreakBlock(Break), ContinueBlock(Continue) {}1433 JumpDest ContinueBlock;
2601 BasicBlock *ContinueBlock = Result->getBody(); in collapseLoops() local2603 auto ContinueWith = [&ContinueBlock, &ContinuePred, DL](BasicBlock *Dest, in collapseLoops()2605 if (ContinueBlock) in collapseLoops()2606 redirectTo(ContinueBlock, Dest, DL); in collapseLoops()2610 ContinueBlock = nullptr; in collapseLoops()