Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1797 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,
6784 computePredInstDiscount(&I, ScalarCosts, VF) >= 0) in collectInstsToScalarize()
6792 int LoopVectorizationCostModel::computePredInstDiscount( in computePredInstDiscount() function in LoopVectorizationCostModel