Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp143 const unsigned BlockCost = in runOnEachFunction() local
156 if (CurrentCost >= BlockCost) { in runOnEachFunction()
200 const unsigned BlockCost = in runOnEachFunctionWithUniqueAllocId() local
213 if (CurrentCost >= BlockCost) { in runOnEachFunctionWithUniqueAllocId()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6221 VectorizationCostTy BlockCost; in expectedCost() local
6241 BlockCost.first += C.first; in expectedCost()
6242 BlockCost.second |= C.second; in expectedCost()
6256 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
6258 Cost.first += BlockCost.first; in expectedCost()
6259 Cost.second |= BlockCost.second; in expectedCost()