Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp635 void sinkScalarOperands(Instruction *PredInst);
1819 InstructionCost computePredInstDiscount(Instruction *PredInst,
3666 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument
3668 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() argument
5863 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
5882 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
5913 Worklist.push_back(PredInst); in computePredInstDiscount()