Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1261 VPRegionBlock *LoopRegion = Parent->getEnclosingLoopRegion(); in execute() local
1265 if (LoopRegion->getEntryBasicBlock() == Parent) { in execute()
1268 LoopRegion->getSinglePredecessor()->getExitingBasicBlock()) in execute()
H A DVPlan.cpp233 VPRegionBlock *LoopRegion = R->getParent()->getEnclosingLoopRegion(); in getPreheaderBBFor() local
234 return VPBB2IRBB[LoopRegion->getPreheaderVPBB()]; in getPreheaderBBFor()