Searched refs:OperandToDefMap (Results 1 – 1 of 1) sorted by relevance
399 DenseMap<MachineOperand *, MachineInstr *> OperandToDefMap; in checkForProfitableCmovCandidates() local450 OperandToDefMap[&MO] = DefMI; in checkForProfitableCmovCandidates()460 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()461 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()555 DepthMap[OperandToDefMap.lookup(&MI->getOperand(3))].Depth; in checkForProfitableCmovCandidates()557 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()558 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()