LLVM: llvm::SwitchCG::JumpTableHeader Struct Reference (original) (raw)

#include "[llvm/CodeGen/SwitchLoweringUtils.h](SwitchLoweringUtils%5F8h%5Fsource.html)"

Public Attributes
APInt First
APInt Last
const Value * SValue
MachineBasicBlock * HeaderBB
bool Emitted
bool FallthroughUnreachable = false

Definition at line 189 of file SwitchLoweringUtils.h.

Emitted

bool llvm::SwitchCG::JumpTableHeader::Emitted

FallthroughUnreachable

bool llvm::SwitchCG::JumpTableHeader::FallthroughUnreachable = false

First

APInt llvm::SwitchCG::JumpTableHeader::First

HeaderBB

Last

APInt llvm::SwitchCG::JumpTableHeader::Last

SValue

const Value* llvm::SwitchCG::JumpTableHeader::SValue


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