Searched refs:OptDepth (Results 1 – 1 of 1) sorted by relevance
401 unsigned OptDepth; in checkForProfitableCmovCandidates() member466 MIDepthOpt = std::max(MIDepthOpt, Info.OptDepth); in checkForProfitableCmovCandidates()472 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()473 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()486 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()491 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates()492 LoopDepth[1].Depth - LoopDepth[1].OptDepth}; in checkForProfitableCmovCandidates()