Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1589 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel() local
1592 return AfterIP; in createParallel()
1992 InsertPointTy AfterIP = in createSections() local
2000 Builder.restoreIP(AfterIP); in createSections()
2004 AfterIP = {FiniBB, FiniBB->begin()}; in createSections()
2007 return AfterIP; in createSections()
2528 InsertPointTy AfterIP = CLI->getAfterIP(); in applyStaticWorkshareLoop() local
2531 return AfterIP; in applyStaticWorkshareLoop()
3056 InsertPointTy AfterIP = CLI->getAfterIP(); in applyDynamicWorkshareLoop() local
3131 return AfterIP; in applyDynamicWorkshareLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1241 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions() local
1244 BranchInst::Create(AfterBB, AfterIP.getBlock()); in mergeParallelRegions()