Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp112 (TII->getBranchInfo(MI).isIndirect() || in enterMBB()
113 TII->getBranchInfo(MI).getMBBTarget() == MBB)); in enterMBB()
H A DSystemZInstrInfo.h302 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
H A DSystemZLongBranch.cpp276 TII->getBranchInfo(MI).getMBBTarget()->getNumber(); in describeTerminator()
H A DSystemZInstrInfo.cpp384 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