|
LLVM 22.0.0git
|
#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 |
| MachineBasicBlock * | BB = nullptr |
| unsigned | Bits = 0 |
| BranchProbability | ExtraProb |
Definition at line 92 of file SwitchLoweringUtils.h.
|
default |
|
inline |
| MachineBasicBlock* llvm::SwitchCG::CaseBits::BB = nullptr |
Definition at line 94 of file SwitchLoweringUtils.h.
Referenced by CaseBits().
| unsigned llvm::SwitchCG::CaseBits::Bits = 0 |
Definition at line 95 of file SwitchLoweringUtils.h.
Referenced by llvm::SwitchCG::SwitchLowering::buildBitTests(), and CaseBits().
| BranchProbability llvm::SwitchCG::CaseBits::ExtraProb |
Definition at line 96 of file SwitchLoweringUtils.h.
Referenced by llvm::SwitchCG::SwitchLowering::buildBitTests(), and CaseBits().
| uint64_t llvm::SwitchCG::CaseBits::Mask = 0 |
Definition at line 93 of file SwitchLoweringUtils.h.
Referenced by llvm::SwitchCG::SwitchLowering::buildBitTests(), and CaseBits().