Searched refs:PredInst (Results 1 – 3 of 3) sorted by relevance
874 Instruction *PredInst;879 VPPredInstPHIRecipe(Instruction *PredInst) in VPPredInstPHIRecipe() argument880 : VPRecipeBase(VPPredInstPHISC), PredInst(PredInst) {} in VPPredInstPHIRecipe()
491 void sinkScalarOperands(Instruction *PredInst);1543 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,3730 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument3732 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()3736 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()5497 Instruction *PredInst, DenseMap<Instruction *, unsigned> &ScalarCosts, in computePredInstDiscount() argument5499 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()5518 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()5558 Worklist.push_back(PredInst); in computePredInstDiscount()6812 if (auto *PredInst = dyn_cast<Instruction>(Op)) in handleReplication() local[all …]
567 << Indent << "\"PHI-PREDICATED-INSTRUCTION " << VPlanIngredient(PredInst) in print()