Searched refs:PredInst (Results 1 – 1 of 1) sorted by relevance
567 void sinkScalarOperands(Instruction *PredInst);1722 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,4073 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument4075 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()4079 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()6103 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument6104 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()6123 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()6154 Worklist.push_back(PredInst); in computePredInstDiscount()