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 248 of file SwitchLoweringUtils.h.
BranchProbability llvm::SwitchCG::SwitchWorkListItem::DefaultProb |
Definition at line 254 of file SwitchLoweringUtils.h.
CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::FirstCluster |
Definition at line 250 of file SwitchLoweringUtils.h.
const ConstantInt* llvm::SwitchCG::SwitchWorkListItem::GE = nullptr |
Definition at line 252 of file SwitchLoweringUtils.h.
CaseClusterIt llvm::SwitchCG::SwitchWorkListItem::LastCluster |
Definition at line 251 of file SwitchLoweringUtils.h.
const ConstantInt* llvm::SwitchCG::SwitchWorkListItem::LT = nullptr |
Definition at line 253 of file SwitchLoweringUtils.h.
MachineBasicBlock* llvm::SwitchCG::SwitchWorkListItem::MBB = nullptr |
Definition at line 249 of file SwitchLoweringUtils.h.