Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6911 VectorizationCostTy BlockCost; in expectedCost() local
6931 BlockCost.first += C.first; in expectedCost()
6932 BlockCost.second |= C.second; in expectedCost()
6946 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
6948 Cost.first += BlockCost.first; in expectedCost()
6949 Cost.second |= BlockCost.second; in expectedCost()