Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4298 InstructionCost CostB = B.Cost; in isMoreProfitable() local
4327 return CmpFn(CostA * EstimatedWidthB, CostB * EstimatedWidthA); in isMoreProfitable()
4346 auto RTCostB = GetCostForTC(EstimatedWidthB, CostB, B.ScalarCost); in isMoreProfitable()