Searched refs:ContinueBlock (Results 1 – 4 of 4) sorted by relevance
1342 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt()1758 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()2385 OuterContinue = BreakContinueStack.back().ContinueBlock; in EmitSwitchStmt()
5729 : BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5778 ? BreakContinueStack.back().ContinueBlock.getBlock() in EmitOMPScanDirective()5784 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5812 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5815 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()
1558 : BreakBlock(Break), ContinueBlock(Continue) {}1561 JumpDest ContinueBlock;
5072 BasicBlock *ContinueBlock = Result->getBody(); in collapseLoops() local5074 auto ContinueWith = [&ContinueBlock, &ContinuePred, DL](BasicBlock *Dest, in collapseLoops()5076 if (ContinueBlock) in collapseLoops()5077 redirectTo(ContinueBlock, Dest, DL); in collapseLoops()5081 ContinueBlock = nullptr; in collapseLoops()