Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp418 if (const auto *PredInst = dyn_cast<VPInstruction>(Pred)) in print() local
419 O << " (" << PredInst->getParent()->getName() << ")"; in print()
H A DLoopVectorize.cpp614 void sinkScalarOperands(Instruction *PredInst);
1797 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,
4532 void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) { in sinkScalarOperands() argument
4534 auto *PredBB = PredInst->getParent(); in sinkScalarOperands()
4538 SetVector<Value *> Worklist(PredInst->op_begin(), PredInst->op_end()); in sinkScalarOperands()
6793 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument
6794 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
6813 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
6844 Worklist.push_back(PredInst); in computePredInstDiscount()