LLVM
8.0.1
|
#include "Target/SystemZ/SystemZInstrInfo.h"
Public Member Functions | |
Branch (BranchType type, unsigned ccValid, unsigned ccMask, const MachineOperand *target) | |
Public Attributes | |
BranchType | Type |
unsigned | CCValid |
unsigned | CCMask |
const MachineOperand * | Target |
Definition at line 108 of file SystemZInstrInfo.h.
|
inline |
Definition at line 121 of file SystemZInstrInfo.h.
unsigned llvm::SystemZII::Branch::CCMask |
Definition at line 116 of file SystemZInstrInfo.h.
Referenced by llvm::SystemZInstrInfo::analyzeBranch().
unsigned llvm::SystemZII::Branch::CCValid |
Definition at line 113 of file SystemZInstrInfo.h.
Referenced by llvm::SystemZInstrInfo::analyzeBranch().
const MachineOperand* llvm::SystemZII::Branch::Target |
Definition at line 119 of file SystemZInstrInfo.h.
Referenced by llvm::SystemZInstrInfo::analyzeBranch(), llvm::SystemZPostRASchedStrategy::enterMBB(), and llvm::SystemZInstrInfo::removeBranch().
BranchType llvm::SystemZII::Branch::Type |
Definition at line 110 of file SystemZInstrInfo.h.
Referenced by llvm::SystemZInstrInfo::analyzeBranch().