Searched refs:OperandToDefMap (Results 1 – 1 of 1) sorted by relevance
412 DenseMap<MachineOperand *, MachineInstr *> OperandToDefMap; in checkForProfitableCmovCandidates() local462 OperandToDefMap[&MO] = DefMI; in checkForProfitableCmovCandidates()472 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()473 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()567 DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth; in checkForProfitableCmovCandidates()569 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()570 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()