LLVM 23.0.0git
llvm::SwitchCG::SwitchLowering::SplitWorkItemInfo Struct Reference

#include "llvm/CodeGen/SwitchLoweringUtils.h"

Public Attributes

CaseClusterIt LastLeft
CaseClusterIt FirstRight
BranchProbability LeftProb
BranchProbability RightProb

Detailed Description

Definition at line 312 of file SwitchLoweringUtils.h.

Member Data Documentation

◆ FirstRight

CaseClusterIt llvm::SwitchCG::SwitchLowering::SplitWorkItemInfo::FirstRight

Definition at line 314 of file SwitchLoweringUtils.h.

◆ LastLeft

CaseClusterIt llvm::SwitchCG::SwitchLowering::SplitWorkItemInfo::LastLeft

Definition at line 313 of file SwitchLoweringUtils.h.

◆ LeftProb

BranchProbability llvm::SwitchCG::SwitchLowering::SplitWorkItemInfo::LeftProb

Definition at line 315 of file SwitchLoweringUtils.h.

◆ RightProb

BranchProbability llvm::SwitchCG::SwitchLowering::SplitWorkItemInfo::RightProb

Definition at line 316 of file SwitchLoweringUtils.h.


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