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()
324 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
276 TII->getBranchInfo(MI).getMBBTarget()->getNumber(); in describeTerminator()
397 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