Searched refs:VectorPH (Results 1 – 3 of 3) sorted by relevance
603 VPBlockBase *VectorPH = Plan.getVectorPreheader(); in attachCheckBlock() local605 VPBlockBase *PreVectorPH = VectorPH->getSinglePredecessor(); in attachCheckBlock()606 VPBlockUtils::insertOnEdge(PreVectorPH, VectorPH, CheckBlockVPBB); in attachCheckBlock()
3717 BasicBlock *VectorPH = in execute() local3727 NewPointerPhi->addIncoming(ScalarStartValue, VectorPH); in execute()3759 NewPointerPhi->addIncoming(InductionGEP, VectorPH); in execute()3860 BasicBlock *VectorPH = in execute() local3866 Builder.SetInsertPoint(VectorPH->getTerminator()); in execute()3876 Phi->addIncoming(VectorInit, VectorPH); in execute()3908 BasicBlock *VectorPH = in execute() local3921 Phi->addIncoming(StartV, VectorPH); in execute()3963 BasicBlock *VectorPH = in execute() local3968 Phi->addIncoming(StartMask, VectorPH); in execute()
7236 VPBasicBlock *VectorPH = cast<VPBasicBlock>(BestVPlan.getVectorPreheader()); in executePlan() local7307 replaceVPBBWithIRVPBB(VectorPH, State.CFG.PrevBB); in executePlan()