Searched refs:CostMapIt (Results 1 – 1 of 1) sorted by relevance
457 auto CostMapIt = SpecCostMap.find(OpI); in findProfitablePHIs() local458 if (CostMapIt != SpecCostMap.end()) in findProfitablePHIs()459 Cost += CostMapIt->second; in findProfitablePHIs()511 auto CostMapIt = SpecCostMap.find(UI); in findProfitablePHIs() local512 if (CostMapIt->second == 0) in findProfitablePHIs()515 CostMapIt->second = 0; in findProfitablePHIs()532 auto CostMapIt = SpecCostMap.find(OpI); in findProfitablePHIs() local533 if (CostMapIt == SpecCostMap.end() || CostMapIt->second == 0) in findProfitablePHIs()535 CostMapIt->second = 0; in findProfitablePHIs()