Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1722 int computePredInstDiscount(Instruction *PredInst, ScalarCostsTy &ScalarCosts,
6094 computePredInstDiscount(&I, ScalarCosts, VF) >= 0) in collectInstsToScalarize()
6102 int LoopVectorizationCostModel::computePredInstDiscount( in computePredInstDiscount() function in LoopVectorizationCostModel