LLVM 19.0.0git
Public Attributes | List of all members
llvm::SwitchCG::SwitchWorkListItem Struct Reference

#include "llvm/CodeGen/SwitchLoweringUtils.h"

Public Attributes

MachineBasicBlockMBB = nullptr
 
CaseClusterIt FirstCluster
 
CaseClusterIt LastCluster
 
const ConstantIntGE = nullptr
 
const ConstantIntLT = nullptr
 
BranchProbability DefaultProb
 

Detailed Description

Definition at line 243 of file SwitchLoweringUtils.h.

Member Data Documentation

◆ DefaultProb

BranchProbability llvm::SwitchCG::SwitchWorkListItem::DefaultProb

Definition at line 249 of file SwitchLoweringUtils.h.

◆ FirstCluster

CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::FirstCluster

Definition at line 245 of file SwitchLoweringUtils.h.

◆ GE

const ConstantInt* llvm::SwitchCG::SwitchWorkListItem::GE = nullptr

Definition at line 247 of file SwitchLoweringUtils.h.

◆ LastCluster

CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::LastCluster

Definition at line 246 of file SwitchLoweringUtils.h.

◆ LT

const ConstantInt* llvm::SwitchCG::SwitchWorkListItem::LT = nullptr

Definition at line 248 of file SwitchLoweringUtils.h.

◆ MBB

MachineBasicBlock* llvm::SwitchCG::SwitchWorkListItem::MBB = nullptr

Definition at line 244 of file SwitchLoweringUtils.h.


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