Home
last modified time | relevance | path

Searched refs:PredInst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp567 void sinkScalarOperands(Instruction *PredInst);
1722 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,
4073 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument
4075 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() argument
6104 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
6123 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
6154 Worklist.push_back(PredInst); in computePredInstDiscount()