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

Declarations

include/llvm/CodeGen/LiveRegUnits.h
  139   void addLiveOuts(const MachineBasicBlock &MBB);

References

include/llvm/CodeGen/MachineOutliner.h
  146     LRU.addLiveOuts(*MBB);
lib/CodeGen/RegisterScavenging.cpp
   90   LiveUnits.addLiveOuts(MBB);
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  501   Units.addLiveOuts(MBB);
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  715     LR.addLiveOuts(*MBB);
lib/Target/AArch64/AArch64InstrInfo.cpp
 5327   LRU.addLiveOuts(MBB);