LLVM 20.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 248 of file SwitchLoweringUtils.h.

Member Data Documentation

◆ DefaultProb

BranchProbability llvm::SwitchCG::SwitchWorkListItem::DefaultProb

Definition at line 254 of file SwitchLoweringUtils.h.

◆ FirstCluster

CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::FirstCluster

Definition at line 250 of file SwitchLoweringUtils.h.

◆ GE

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

Definition at line 252 of file SwitchLoweringUtils.h.

◆ LastCluster

CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::LastCluster

Definition at line 251 of file SwitchLoweringUtils.h.

◆ LT

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

Definition at line 253 of file SwitchLoweringUtils.h.

◆ MBB

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

Definition at line 249 of file SwitchLoweringUtils.h.


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