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

Declarations

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

References

lib/CodeGen/BranchFolding.cpp
  947     addLiveIns(*MBB, NewLiveIns);
lib/CodeGen/LivePhysRegs.cpp
  329   addLiveIns(MBB, LiveRegs);