Searched refs:PredInst (Results 1 – 1 of 1) sorted by relevance
582 void sinkScalarOperands(Instruction *PredInst);1754 InstructionCost computePredInstDiscount(Instruction *PredInst,4089 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument4091 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()4095 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()6176 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument6177 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()6196 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()6227 Worklist.push_back(PredInst); in computePredInstDiscount()