Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5311 unsigned EstimatedWidthB = B.Width.getKnownMinValue(); in isMoreProfitable() local
5316 EstimatedWidthB *= *VScale; in isMoreProfitable()
5328 return (CostA * EstimatedWidthB) < (CostB * EstimatedWidthA); in isMoreProfitable()