Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6109 InstructionCost Discount = 0; in computePredInstDiscount() local
6207 Discount += VectorCost - ScalarCost; in computePredInstDiscount()
6211 return *Discount.getValue(); in computePredInstDiscount()