Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp111 VPBasicBlock *EntryVPBB = VPR->getEntryBasicBlock(); in sinkScalarOperands() local
112 if (!VPR->isReplicator() || EntryVPBB->getSuccessors().size() != 2) in sinkScalarOperands()
114 VPBasicBlock *VPBB = dyn_cast<VPBasicBlock>(EntryVPBB->getSuccessors()[0]); in sinkScalarOperands()
H A DVPlan.h3464 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock(); in getCanonicalIV() local
3465 if (EntryVPBB->empty()) { in getCanonicalIV()
3467 EntryVPBB = cast<VPBasicBlock>(EntryVPBB->getSingleSuccessor()); in getCanonicalIV()
3469 return cast<VPCanonicalIVPHIRecipe>(&*EntryVPBB->begin()); in getCanonicalIV()