Home
last modified time | relevance | path

Searched refs:AfterIP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1652 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel() local
1655 return AfterIP; in createParallel()
2134 InsertPointTy AfterIP = in createSections() local
2142 Builder.restoreIP(AfterIP); in createSections()
2146 AfterIP = {FiniBB, FiniBB->begin()}; in createSections()
2149 return AfterIP; in createSections()
4068 InsertPointTy AfterIP = CLI->getAfterIP(); in applyStaticWorkshareLoop() local
4071 return AfterIP; in applyStaticWorkshareLoop()
4596 InsertPointTy AfterIP = CLI->getAfterIP(); in applyDynamicWorkshareLoop() local
4671 return AfterIP; in applyDynamicWorkshareLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1242 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions() local
1245 BranchInst::Create(AfterBB, AfterIP.getBlock()); in mergeParallelRegions()