Searched refs:BlockCost (Results 1 – 2 of 2) sorted by relevance
143 const unsigned BlockCost = in runOnEachFunction() local156 if (CurrentCost >= BlockCost) { in runOnEachFunction()200 const unsigned BlockCost = in runOnEachFunctionWithUniqueAllocId() local213 if (CurrentCost >= BlockCost) { in runOnEachFunctionWithUniqueAllocId()
6221 VectorizationCostTy BlockCost; in expectedCost() local6241 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()