Searched refs:PredInst (Results 1 – 1 of 1) sorted by relevance
635 void sinkScalarOperands(Instruction *PredInst);1819 InstructionCost computePredInstDiscount(Instruction *PredInst,3666 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument3668 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()3672 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()5862 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument5863 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()5882 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()5913 Worklist.push_back(PredInst); in computePredInstDiscount()