LLVM 20.0.0git
|
#include "llvm/CodeGen/SwitchLoweringUtils.h"
Public Attributes | |
MachineBasicBlock * | MBB = nullptr |
CaseClusterIt | FirstCluster |
CaseClusterIt | LastCluster |
const ConstantInt * | GE = nullptr |
const ConstantInt * | LT = nullptr |
BranchProbability | DefaultProb |
Definition at line 243 of file SwitchLoweringUtils.h.
BranchProbability llvm::SwitchCG::SwitchWorkListItem::DefaultProb |
Definition at line 249 of file SwitchLoweringUtils.h.
CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::FirstCluster |
Definition at line 245 of file SwitchLoweringUtils.h.
const ConstantInt* llvm::SwitchCG::SwitchWorkListItem::GE = nullptr |
Definition at line 247 of file SwitchLoweringUtils.h.
CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::LastCluster |
Definition at line 246 of file SwitchLoweringUtils.h.
const ConstantInt* llvm::SwitchCG::SwitchWorkListItem::LT = nullptr |
Definition at line 248 of file SwitchLoweringUtils.h.
MachineBasicBlock* llvm::SwitchCG::SwitchWorkListItem::MBB = nullptr |
Definition at line 244 of file SwitchLoweringUtils.h.