Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5992 auto RTCostB = CostB * divideCeil(MaxTripCount, B.Width.getFixedValue()); in isMoreProfitable() local
5993 return RTCostA < RTCostB; in isMoreProfitable()