Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4925 auto GetCostForTC = [MaxTripCount, this](unsigned VF, in isMoreProfitable() local
4932 auto RTCostA = GetCostForTC(A.Width.getFixedValue(), CostA, A.ScalarCost); in isMoreProfitable()
4933 auto RTCostB = GetCostForTC(B.Width.getFixedValue(), CostB, B.ScalarCost); in isMoreProfitable()