Searched refs:getBranchInfo (Results 1 – 3 of 3) sorted by relevance
209 SystemZII::Branch getBranchInfo(const MachineInstr *MI) const;
253 TII->getBranchInfo(MI).Target->getMBB()->getNumber(); in describeTerminator()
273 SystemZII::Branch Branch(getBranchInfo(I)); in AnalyzeBranch()350 if (!getBranchInfo(I).Target->isMBB()) in RemoveBranch()1066 SystemZInstrInfo::getBranchInfo(const MachineInstr *MI) const { in getBranchInfo() function in SystemZInstrInfo