LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SwitchCG::CaseBits Struct Reference

#include "llvm/CodeGen/SwitchLoweringUtils.h"

Public Member Functions

 CaseBits ()=default
 
 CaseBits (uint64_t mask, MachineBasicBlock *bb, unsigned bits, BranchProbability Prob)
 

Public Attributes

uint64_t Mask = 0
 
MachineBasicBlockBB = nullptr
 
unsigned Bits = 0
 
BranchProbability ExtraProb
 

Detailed Description

Definition at line 92 of file SwitchLoweringUtils.h.

Constructor & Destructor Documentation

◆ CaseBits() [1/2]

llvm::SwitchCG::CaseBits::CaseBits ( )
default

◆ CaseBits() [2/2]

llvm::SwitchCG::CaseBits::CaseBits ( uint64_t  mask,
MachineBasicBlock bb,
unsigned  bits,
BranchProbability  Prob 
)
inline

Definition at line 99 of file SwitchLoweringUtils.h.

Member Data Documentation

◆ BB

MachineBasicBlock* llvm::SwitchCG::CaseBits::BB = nullptr

Definition at line 94 of file SwitchLoweringUtils.h.

◆ Bits

unsigned llvm::SwitchCG::CaseBits::Bits = 0

Definition at line 95 of file SwitchLoweringUtils.h.

Referenced by llvm::SwitchCG::SwitchLowering::buildBitTests().

◆ ExtraProb

BranchProbability llvm::SwitchCG::CaseBits::ExtraProb

Definition at line 96 of file SwitchLoweringUtils.h.

Referenced by llvm::SwitchCG::SwitchLowering::buildBitTests().

◆ Mask

uint64_t llvm::SwitchCG::CaseBits::Mask = 0

Definition at line 93 of file SwitchLoweringUtils.h.

Referenced by llvm::SwitchCG::SwitchLowering::buildBitTests().


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