Searched refs:BlockCost (Results 1 – 1 of 1) sorted by relevance
6296 VectorizationCostTy BlockCost; in expectedCost() local6316 BlockCost.first += C.first; in expectedCost()6317 BlockCost.second |= C.second; in expectedCost()6331 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()6333 Cost.first += BlockCost.first; in expectedCost()6334 Cost.second |= BlockCost.second; in expectedCost()