Searched refs:AfterIP (Results 1 – 2 of 2) sorted by relevance
1224 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel() local1227 return AfterIP; in createParallel()1655 InsertPointTy AfterIP = in createSections() local1663 Builder.restoreIP(AfterIP); in createSections()1667 AfterIP = {FiniBB, FiniBB->begin()}; in createSections()1670 return AfterIP; in createSections()2198 InsertPointTy AfterIP = CLI->getAfterIP(); in applyStaticWorkshareLoop() local2201 return AfterIP; in applyStaticWorkshareLoop()2494 InsertPointTy AfterIP = CLI->getAfterIP(); in applyDynamicWorkshareLoop() local2569 return AfterIP; in applyDynamicWorkshareLoop()
1134 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions() local1137 BranchInst::Create(AfterBB, AfterIP.getBlock()); in mergeParallelRegions()