LLVM 22.0.0git
llvm::ControlFlowHub::BranchDescriptor Struct Reference

#include "llvm/Transforms/Utils/ControlFlowUtils.h"

Public Member Functions

 BranchDescriptor (BasicBlock *BB, BasicBlock *Succ0, BasicBlock *Succ1)

Public Attributes

BasicBlockBB
BasicBlockSucc0
BasicBlockSucc1

Detailed Description

Definition at line 98 of file ControlFlowUtils.h.

Constructor & Destructor Documentation

◆ BranchDescriptor()

llvm::ControlFlowHub::BranchDescriptor::BranchDescriptor ( BasicBlock * BB,
BasicBlock * Succ0,
BasicBlock * Succ1 )
inline

Definition at line 103 of file ControlFlowUtils.h.

References BB, Succ0, and Succ1.

Member Data Documentation

◆ BB

BasicBlock* llvm::ControlFlowHub::BranchDescriptor::BB

Definition at line 99 of file ControlFlowUtils.h.

Referenced by BranchDescriptor().

◆ Succ0

BasicBlock* llvm::ControlFlowHub::BranchDescriptor::Succ0

Definition at line 100 of file ControlFlowUtils.h.

Referenced by BranchDescriptor().

◆ Succ1

BasicBlock* llvm::ControlFlowHub::BranchDescriptor::Succ1

Definition at line 101 of file ControlFlowUtils.h.

Referenced by BranchDescriptor().


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