LLVM 22.0.0git
llvm::SystemZII::Branch Class Reference

#include "Target/SystemZ/SystemZInstrInfo.h"

Public Member Functions

 Branch (BranchType type, unsigned ccValid, unsigned ccMask, const MachineOperand *target)
bool isIndirect ()
bool hasMBBTarget ()
MachineBasicBlockgetMBBTarget ()

Public Attributes

BranchType Type
unsigned CCValid
unsigned CCMask

Detailed Description

Definition at line 122 of file SystemZInstrInfo.h.

Constructor & Destructor Documentation

◆ Branch()

llvm::SystemZII::Branch::Branch ( BranchType type,
unsigned ccValid,
unsigned ccMask,
const MachineOperand * target )
inline

Definition at line 136 of file SystemZInstrInfo.h.

References CCMask, CCValid, and Type.

Member Function Documentation

◆ getMBBTarget()

MachineBasicBlock * llvm::SystemZII::Branch::getMBBTarget ( )
inline

Definition at line 142 of file SystemZInstrInfo.h.

References hasMBBTarget().

◆ hasMBBTarget()

bool llvm::SystemZII::Branch::hasMBBTarget ( )
inline

Definition at line 141 of file SystemZInstrInfo.h.

Referenced by getMBBTarget(), and llvm::SystemZInstrInfo::removeBranch().

◆ isIndirect()

bool llvm::SystemZII::Branch::isIndirect ( )
inline

Definition at line 140 of file SystemZInstrInfo.h.

Member Data Documentation

◆ CCMask

unsigned llvm::SystemZII::Branch::CCMask

Definition at line 134 of file SystemZInstrInfo.h.

Referenced by Branch().

◆ CCValid

unsigned llvm::SystemZII::Branch::CCValid

Definition at line 131 of file SystemZInstrInfo.h.

Referenced by Branch().

◆ Type

BranchType llvm::SystemZII::Branch::Type

Definition at line 128 of file SystemZInstrInfo.h.

Referenced by Branch().


The documentation for this class was generated from the following file: