LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Function Documentation

◆ getMBBTarget()

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

Definition at line 142 of file SystemZInstrInfo.h.

References hasMBBTarget().

Referenced by llvm::SystemZPostRASchedStrategy::enterMBB().

◆ 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.

Referenced by llvm::SystemZPostRASchedStrategy::enterMBB().

Member Data Documentation

◆ CCMask

unsigned llvm::SystemZII::Branch::CCMask

Definition at line 134 of file SystemZInstrInfo.h.

◆ CCValid

unsigned llvm::SystemZII::Branch::CCValid

Definition at line 131 of file SystemZInstrInfo.h.

◆ Type

BranchType llvm::SystemZII::Branch::Type

Definition at line 128 of file SystemZInstrInfo.h.


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