Searched refs:CostsAndCounts (Results 1 – 1 of 1) sorted by relevance
209 SmallDenseMap<ConstantInt *, CostsAndCount, 16> CostsAndCounts; in isSafeAndProfitableToSpeculateAroundPHI() local220 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI()274 for (auto &IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI()305 for (auto IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI()