Searched refs:ContinueBlock (Results 1 – 4 of 4) sorted by relevance
1098 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt()1430 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()2040 OuterContinue = BreakContinueStack.back().ContinueBlock; in EmitSwitchStmt()
5465 : BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5514 ? BreakContinueStack.back().ContinueBlock.getBlock() in EmitOMPScanDirective()5520 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5549 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()5552 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock()); in EmitOMPScanDirective()
1439 : BreakBlock(Break), ContinueBlock(Continue) {}1442 JumpDest ContinueBlock;
3252 BasicBlock *ContinueBlock = Result->getBody(); in collapseLoops() local3254 auto ContinueWith = [&ContinueBlock, &ContinuePred, DL](BasicBlock *Dest, in collapseLoops()3256 if (ContinueBlock) in collapseLoops()3257 redirectTo(ContinueBlock, Dest, DL); in collapseLoops()3261 ContinueBlock = nullptr; in collapseLoops()