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

Declarations

include/llvm/CodeGen/LiveIntervals.h
  433     void removePhysRegDefAt(unsigned Reg, SlotIndex Pos);

References

lib/CodeGen/InlineSpiller.cpp
  861     LIS.removePhysRegDefAt(Reg, Idx);
lib/CodeGen/LiveRangeEdit.cpp
  317         LIS.removePhysRegDefAt(Reg, Idx);
lib/CodeGen/RegisterCoalescer.cpp
 2077     LIS->removePhysRegDefAt(DstReg, CopyRegIdx);
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  562     LIS.removePhysRegDefAt(WebAssembly::ARGUMENTS, Idx);