Searched refs:PredInst (Results 1 – 1 of 1) sorted by relevance
568 void sinkScalarOperands(Instruction *PredInst);1692 InstructionCost computePredInstDiscount(Instruction *PredInst,3016 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument3018 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()3022 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()5372 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument5373 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()5392 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()5423 Worklist.push_back(PredInst); in computePredInstDiscount()