Searched refs:OperandToDefMap (Results 1 – 1 of 1) sorted by relevance
403 DenseMap<MachineOperand *, MachineInstr *> OperandToDefMap; in checkForProfitableCmovCandidates() local454 OperandToDefMap[&MO] = DefMI; in checkForProfitableCmovCandidates()464 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()465 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()559 DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth; in checkForProfitableCmovCandidates()561 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()562 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()