Searched refs:BlockCost (Results 1 – 2 of 2) sorted by relevance
5690 VectorizationCostTy BlockCost; in expectedCost() local5708 BlockCost.first += C.first; in expectedCost()5709 BlockCost.second |= C.second; in expectedCost()5718 BlockCost.first /= 2; in expectedCost()5720 Cost.first += BlockCost.first; in expectedCost()5721 Cost.second |= BlockCost.second; in expectedCost()
5617 VectorizationCostTy BlockCost; in expectedCost() local5632 BlockCost.first += C.first; in expectedCost()5633 BlockCost.second |= C.second; in expectedCost()5646 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()5648 Cost.first += BlockCost.first; in expectedCost()5649 Cost.second |= BlockCost.second; in expectedCost()