Searched refs:BestTripCount (Results 1 – 1 of 1) sorted by relevance
1983 unsigned BestTripCount = 2; in getCost() local1987 BestTripCount = SmallTC; in getCost()1991 BestTripCount = *EstimatedTC; in getCost()1994 BestTripCount = std::max(BestTripCount, 1U); in getCost()1995 InstructionCost NewMemCheckCost = MemCheckCost / BestTripCount; in getCost()2001 if (BestTripCount > 1) in getCost()