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

Declarations

lib/Target/SystemZ/SystemZLongBranch.cpp
  160   void splitCompareBranch(MachineInstr *MI, unsigned CompareOpcode);

References

lib/Target/SystemZ/SystemZLongBranch.cpp
  406     splitCompareBranch(Branch, SystemZ::CR);
  409     splitCompareBranch(Branch, SystemZ::CGR);
  412     splitCompareBranch(Branch, SystemZ::CHI);
  415     splitCompareBranch(Branch, SystemZ::CGHI);
  418     splitCompareBranch(Branch, SystemZ::CLR);
  421     splitCompareBranch(Branch, SystemZ::CLGR);
  424     splitCompareBranch(Branch, SystemZ::CLFI);
  427     splitCompareBranch(Branch, SystemZ::CLGFI);