Searched refs:IncomingConstantAndCostsAndCount (Results 1 – 1 of 1) sorted by relevance
274 for (auto &IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI() local275 ConstantInt *IncomingC = IncomingConstantAndCostsAndCount.first; in isSafeAndProfitableToSpeculateAroundPHI()276 int MatCost = IncomingConstantAndCostsAndCount.second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI()277 int &FoldedCost = IncomingConstantAndCostsAndCount.second.FoldedCost; in isSafeAndProfitableToSpeculateAroundPHI()305 for (auto IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI() local306 int MatCost = IncomingConstantAndCostsAndCount.second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI()307 int FoldedCost = IncomingConstantAndCostsAndCount.second.FoldedCost; in isSafeAndProfitableToSpeculateAroundPHI()308 int Count = IncomingConstantAndCostsAndCount.second.Count; in isSafeAndProfitableToSpeculateAroundPHI()