Searched refs:hasMBBTarget (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h130 bool hasMBBTarget() { return Target != nullptr && Target->isMBB(); } function in class:llvm::SystemZII::Branch
132 return hasMBBTarget() ? Target->getMBB() : nullptr;
H A DSystemZInstrInfo.cpp380 if (!Branch.hasMBBTarget())
459 if (!getBranchInfo(*I).hasMBBTarget())

Completed in 96 milliseconds