reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  451 copyState(SystemZHazardRecognizer *Incoming) {
lib/Target/SystemZ/SystemZHazardRecognizer.h
  156   void copyState(SystemZHazardRecognizer *Incoming);
lib/Target/SystemZ/SystemZMachineScheduler.cpp
   27 dump(SystemZHazardRecognizer &HazardRec) const {
   87   HazardRec = SchedStates[MBB] = new SystemZHazardRecognizer(TII, &SchedModel);
  141     SystemZHazardRecognizer *hazrec = I.second;
  201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() {
lib/Target/SystemZ/SystemZMachineScheduler.h
   51     Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec);
   91     void dump(SystemZHazardRecognizer &HazardRec) const;
  103   typedef std::map<MachineBasicBlock*, SystemZHazardRecognizer*> MBB2HazRec;
  108   SystemZHazardRecognizer *HazardRec;