Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6019 int64_t RTCostB = CostB * divideCeil(MaxTripCount, B.Width.getFixedValue()); in isMoreProfitable() local
6020 return RTCostA < RTCostB; in isMoreProfitable()