Home
last modified time | relevance | path

Searched refs:VectorPH (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp603 VPBlockBase *VectorPH = Plan.getVectorPreheader(); in attachCheckBlock() local
605 VPBlockBase *PreVectorPH = VectorPH->getSinglePredecessor(); in attachCheckBlock()
606 VPBlockUtils::insertOnEdge(PreVectorPH, VectorPH, CheckBlockVPBB); in attachCheckBlock()
H A DVPlanRecipes.cpp3717 BasicBlock *VectorPH = in execute() local
3727 NewPointerPhi->addIncoming(ScalarStartValue, VectorPH); in execute()
3759 NewPointerPhi->addIncoming(InductionGEP, VectorPH); in execute()
3860 BasicBlock *VectorPH = in execute() local
3866 Builder.SetInsertPoint(VectorPH->getTerminator()); in execute()
3876 Phi->addIncoming(VectorInit, VectorPH); in execute()
3908 BasicBlock *VectorPH = in execute() local
3921 Phi->addIncoming(StartV, VectorPH); in execute()
3963 BasicBlock *VectorPH = in execute() local
3968 Phi->addIncoming(StartMask, VectorPH); in execute()
H A DLoopVectorize.cpp7236 VPBasicBlock *VectorPH = cast<VPBasicBlock>(BestVPlan.getVectorPreheader()); in executePlan() local
7307 replaceVPBBWithIRVPBB(VectorPH, State.CFG.PrevBB); in executePlan()