Lines Matching defs:Continue
2107 BasicBlock *Continue =
2109 Function *CurFn = Continue->getParent();
2110 SwitchInst *SwitchStmt = Builder.CreateSwitch(IndVar, Continue);
2115 M.getContext(), "omp_section_loop.body.case", CurFn, Continue);
2118 BranchInst *CaseEndBr = Builder.CreateBr(Continue);
4923 BasicBlock *Continue = OutermostLoop->getAfter();
4929 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore](
4934 redirectTo(EmbeddedLoop->getAfter(), Continue, DL);
4938 Continue = EmbeddedLoop->getLatch();
4994 redirectAllPredecessorsTo(InnerLatch, Continue, DL);
6126 // Continue in the "user_code" block, see diagram above and in