Searched refs:AfterIP (Results 1 – 2 of 2) sorted by relevance
1652 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel() local1655 return AfterIP; in createParallel()2134 InsertPointTy AfterIP = in createSections() local2142 Builder.restoreIP(AfterIP); in createSections()2146 AfterIP = {FiniBB, FiniBB->begin()}; in createSections()2149 return AfterIP; in createSections()4068 InsertPointTy AfterIP = CLI->getAfterIP(); in applyStaticWorkshareLoop() local4071 return AfterIP; in applyStaticWorkshareLoop()4596 InsertPointTy AfterIP = CLI->getAfterIP(); in applyDynamicWorkshareLoop() local4671 return AfterIP; in applyDynamicWorkshareLoop()
1242 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions() local1245 BranchInst::Create(AfterBB, AfterIP.getBlock()); in mergeParallelRegions()