Searched refs:AfterIP (Results 1 – 2 of 2) sorted by relevance
1589 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel() local1592 return AfterIP; in createParallel()1992 InsertPointTy AfterIP = in createSections() local2000 Builder.restoreIP(AfterIP); in createSections()2004 AfterIP = {FiniBB, FiniBB->begin()}; in createSections()2007 return AfterIP; in createSections()2528 InsertPointTy AfterIP = CLI->getAfterIP(); in applyStaticWorkshareLoop() local2531 return AfterIP; in applyStaticWorkshareLoop()3056 InsertPointTy AfterIP = CLI->getAfterIP(); in applyDynamicWorkshareLoop() local3131 return AfterIP; in applyDynamicWorkshareLoop()
1241 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions() local1244 BranchInst::Create(AfterBB, AfterIP.getBlock()); in mergeParallelRegions()