Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1224 InsertPointTy AfterIP(UI->getParent(), UI->getParent()->end()); in createParallel() local
1227 return AfterIP; in createParallel()
1655 InsertPointTy AfterIP = in createSections() local
1663 Builder.restoreIP(AfterIP); in createSections()
1667 AfterIP = {FiniBB, FiniBB->begin()}; in createSections()
1670 return AfterIP; in createSections()
2198 InsertPointTy AfterIP = CLI->getAfterIP(); in applyStaticWorkshareLoop() local
2201 return AfterIP; in applyStaticWorkshareLoop()
2494 InsertPointTy AfterIP = CLI->getAfterIP(); in applyDynamicWorkshareLoop() local
2569 return AfterIP; in applyDynamicWorkshareLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1134 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions() local
1137 BranchInst::Create(AfterBB, AfterIP.getBlock()); in mergeParallelRegions()