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

Declarations

lib/CodeGen/ScheduleDAGInstrs.cpp
  658   void dump();

References

lib/CodeGen/ScheduleDAGInstrs.cpp
 1042   LLVM_DEBUG(dbgs() << "Before reduction:\nStoring SUnits:\n"; stores.dump();
 1043              dbgs() << "Loading SUnits:\n"; loads.dump());
 1082   LLVM_DEBUG(dbgs() << "After reduction:\nStoring SUnits:\n"; stores.dump();
 1083              dbgs() << "Loading SUnits:\n"; loads.dump());