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

Declarations

include/llvm/CodeGen/MachineRegisterInfo.h
  838   bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;

References

lib/CodeGen/TargetFrameLoweringImpl.cpp
  122     if (CallsUnwindInit || MRI.isPhysRegModified(Reg))
lib/Target/PowerPC/PPCFrameLowering.cpp
  347     if (MRI.isPhysRegModified(VRRegNo[i]))
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  350       if (!MRI.isPhysRegModified(Reg))
lib/Target/XCore/XCoreFrameLowering.cpp
  542   bool LRUsed = MRI.isPhysRegModified(XCore::LR);