Searched refs:MIDepth (Results 1 – 1 of 1) sorted by relevance
452 unsigned MIDepth = 0; in checkForProfitableCmovCandidates() local464 MIDepth = std::max(MIDepth, Info.Depth); in checkForProfitableCmovCandidates()484 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency}; in checkForProfitableCmovCandidates()485 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates()