Home
last modified time | relevance | path

Searched refs:getBranchInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp112 (TII->getBranchInfo(MI).isIndirect() || in enterMBB()
113 TII->getBranchInfo(MI).getMBBTarget() == MBB)); in enterMBB()
H A DSystemZInstrInfo.h324 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
H A DSystemZLongBranch.cpp276 TII->getBranchInfo(MI).getMBBTarget()->getNumber(); in describeTerminator()
H A DSystemZInstrInfo.cpp397 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch()
476 if (!getBranchInfo(*I).hasMBBTarget()) in removeBranch()
1799 SystemZInstrInfo::getBranchInfo(const MachineInstr &MI) const { in getBranchInfo() function in SystemZInstrInfo