Lines Matching defs:Continue
2259 BasicBlock *Continue =
2261 Function *CurFn = Continue->getParent();
2262 SwitchInst *SwitchStmt = Builder.CreateSwitch(IndVar, Continue);
2267 M.getContext(), "omp_section_loop.body.case", CurFn, Continue);
2270 BranchInst *CaseEndBr = Builder.CreateBr(Continue);
5103 BasicBlock *Continue = OutermostLoop->getAfter();
5109 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore](
5114 redirectTo(EmbeddedLoop->getAfter(), Continue, DL);
5118 Continue = EmbeddedLoop->getLatch();
5174 redirectAllPredecessorsTo(InnerLatch, Continue, DL);
6325 // Continue in the "user_code" block, see diagram above and in