Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h220 SystemZII::Branch getBranchInfo(const MachineInstr *MI) const;
DSystemZInstrInfo.cpp267 SystemZII::Branch Branch(getBranchInfo(I)); in AnalyzeBranch()
344 if (!getBranchInfo(I).Target->isMBB()) in RemoveBranch()
1041 SystemZInstrInfo::getBranchInfo(const MachineInstr *MI) const { in getBranchInfo() function in SystemZInstrInfo
DSystemZLongBranch.cpp252 TII->getBranchInfo(MI).Target->getMBB()->getNumber(); in describeTerminator()