Add in the first step of the multiple pointer support. This adds in support to the...
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
index bdf6a6df60f8a9fd58e830198d6fc2e6ccd113a1..c5c5a7a9c9333af24883a4d3c41ef18395a13962 100644 (file)
@@ -824,6 +824,9 @@ public:
   unsigned defaultDefLatency(const MCSchedModel *SchedModel,
                              const MachineInstr *DefMI) const;
 
+  int computeDefOperandLatency(const InstrItineraryData *ItinData,
+                               const MachineInstr *DefMI, bool FindMin) const;
+
   /// isHighLatencyDef - Return true if this opcode has high latency to its
   /// result.
   virtual bool isHighLatencyDef(int opc) const { return false; }