Searched refs:getBranchInfo (Results 1 – 4 of 4) sorted by relevance
112 (TII->getBranchInfo(MI).isIndirect() || in enterMBB()113 TII->getBranchInfo(MI).getMBBTarget() == MBB)); in enterMBB()
302 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
276 TII->getBranchInfo(MI).getMBBTarget()->getNumber(); in describeTerminator()
384 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch()463 if (!getBranchInfo(*I).hasMBBTarget()) in removeBranch()1539 SystemZInstrInfo::getBranchInfo(const MachineInstr &MI) const { in getBranchInfo() function in SystemZInstrInfo