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

Declarations

include/llvm/CodeGen/LivePhysRegs.h
  134   void addLiveIns(const MachineBasicBlock &MBB);

References

lib/CodeGen/IfConversion.cpp
 1560     Redefs.addLiveIns(CvtMBB);
 1561     Redefs.addLiveIns(NextMBB);
 1661     Redefs.addLiveIns(CvtMBB);
 1662     Redefs.addLiveIns(NextMBB);
 1824     Redefs.addLiveIns(MBB1);
 1825     Redefs.addLiveIns(MBB2);
lib/Target/AArch64/AArch64FrameLowering.cpp
  392   LiveRegs.addLiveIns(*MBB);
lib/Target/AMDGPU/SIFrameLowering.cpp
  725         LiveRegs.addLiveIns(MBB);
  782       LiveRegs.addLiveIns(MBB);
lib/Target/Hexagon/HexagonFrameLowering.cpp
 1740   LPR.addLiveIns(B);