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

Declarations

include/llvm/CodeGen/MachineRegisterInfo.h
  946   unsigned getLiveInPhysReg(unsigned VReg) const;

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 5512       Register PR = RegInfo.getLiveInPhysReg(Reg);
lib/CodeGen/SelectionDAG/TargetLowering.cpp
   93     if (MRI.getLiveInPhysReg(ArgReg) != Reg)