Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5388 VectorizationCostTy BlockCost; in expectedCost() local
5403 BlockCost.first += C.first; in expectedCost()
5404 BlockCost.second |= C.second; in expectedCost()
5417 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
5419 Cost.first += BlockCost.first; in expectedCost()
5420 Cost.second |= BlockCost.second; in expectedCost()