LLVM 20.0.0git
|
#include "Target/SystemZ/SystemZInstrInfo.h"
Public Member Functions | |
Branch (BranchType type, unsigned ccValid, unsigned ccMask, const MachineOperand *target) | |
bool | isIndirect () |
bool | hasMBBTarget () |
MachineBasicBlock * | getMBBTarget () |
Public Attributes | |
BranchType | Type |
unsigned | CCValid |
unsigned | CCMask |
Definition at line 122 of file SystemZInstrInfo.h.
|
inline |
Definition at line 136 of file SystemZInstrInfo.h.
|
inline |
Definition at line 142 of file SystemZInstrInfo.h.
References hasMBBTarget().
Referenced by llvm::SystemZPostRASchedStrategy::enterMBB().
|
inline |
Definition at line 141 of file SystemZInstrInfo.h.
Referenced by getMBBTarget(), and llvm::SystemZInstrInfo::removeBranch().
|
inline |
Definition at line 140 of file SystemZInstrInfo.h.
Referenced by llvm::SystemZPostRASchedStrategy::enterMBB().
unsigned llvm::SystemZII::Branch::CCMask |
Definition at line 134 of file SystemZInstrInfo.h.
unsigned llvm::SystemZII::Branch::CCValid |
Definition at line 131 of file SystemZInstrInfo.h.
BranchType llvm::SystemZII::Branch::Type |
Definition at line 128 of file SystemZInstrInfo.h.