LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ BB

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

Definition at line 99 of file ControlFlowUtils.h.

◆ Succ0

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

Definition at line 100 of file ControlFlowUtils.h.

◆ Succ1

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

Definition at line 101 of file ControlFlowUtils.h.


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