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

References

include/llvm/CodeGen/ScheduleDAG.h
  349       assert(!Instr && "Setting SDNode of SUnit with MachineInstr!");
  356       assert(!Instr && "Reading SDNode of SUnit with MachineInstr!");
  362     bool isInstr() const { return Instr; }
  368       Instr = MI;
  375       return Instr;