Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5982 VectorizationCostTy BlockCost; in expectedCost() local
6002 BlockCost.first += C.first; in expectedCost()
6003 BlockCost.second |= C.second; in expectedCost()
6017 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
6019 Cost.first += BlockCost.first; in expectedCost()
6020 Cost.second |= BlockCost.second; in expectedCost()