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

Declarations

include/llvm/CodeGen/GlobalISel/CSEInfo.h
  140   void handleRemoveInst(MachineInstr *MI);

References

lib/CodeGen/GlobalISel/CSEInfo.cpp
  221 void GISelCSEInfo::erasingInstr(MachineInstr &MI) { handleRemoveInst(&MI); }
lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
  186     getCSEInfo()->handleRemoveInst(&*MIB);