Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h229 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
DSystemZLongBranch.cpp256 TII->getBranchInfo(MI).Target->getMBB()->getNumber(); in describeTerminator()
DSystemZInstrInfo.cpp300 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch()
377 if (!getBranchInfo(*I).Target->isMBB()) in RemoveBranch()
1207 SystemZInstrInfo::getBranchInfo(const MachineInstr &MI) const { in getBranchInfo() function in SystemZInstrInfo