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

Declarations

lib/Target/SystemZ/SystemZInstrInfo.h
  285   SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;

References

lib/Target/SystemZ/SystemZInstrInfo.cpp
  379     SystemZII::Branch Branch(getBranchInfo(*I));
  459     if (!getBranchInfo(*I).hasMBBTarget())
lib/Target/SystemZ/SystemZLongBranch.cpp
  260       TII->getBranchInfo(MI).getMBBTarget()->getNumber();
lib/Target/SystemZ/SystemZMachineScheduler.cpp
  112                         (TII->getBranchInfo(*I).isIndirect() ||
  113                          TII->getBranchInfo(*I).getMBBTarget() == MBB));