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

References

include/llvm/CodeGen/MachineOperand.h
  235   MachineInstr *getParent() { return ParentMI; }
  236   const MachineInstr *getParent() const { return ParentMI; }
  246   void clearParent() { ParentMI = nullptr; }
lib/CodeGen/MachineInstr.cpp
  264   NewMO->ParentMI = this;