Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp568 void sinkScalarOperands(Instruction *PredInst);
1692 InstructionCost computePredInstDiscount(Instruction *PredInst,
3016 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument
3018 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() argument
5373 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
5392 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
5423 Worklist.push_back(PredInst); in computePredInstDiscount()