Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5304 auto RTCostA = CostA * divideCeil(MaxTripCount, A.Width.getFixedValue()); in isMoreProfitable() local
5306 return RTCostA < RTCostB; in isMoreProfitable()