Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1626 InstructionCost computePredInstDiscount(Instruction *PredInst,
4950 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument
4951 assert(!isUniformAfterVectorization(PredInst, VF) && in computePredInstDiscount()
4970 if (!I->hasOneUse() || PredInst->getParent() != I->getParent() || in computePredInstDiscount()
5001 Worklist.push_back(PredInst); in computePredInstDiscount()