LLVM 24.0.0git
HeaderMergeContinueBlocks Struct Reference

Public Member Functions

 HeaderMergeContinueBlocks (Function &F)

Public Attributes

SmallPtrSet< BasicBlock *, 2 > Header
SmallPtrSet< BasicBlock *, 2 > Merge
SmallPtrSet< BasicBlock *, 2 > Continue

Detailed Description

Definition at line 141 of file SPIRVStructurizer.cpp.

Constructor & Destructor Documentation

◆ HeaderMergeContinueBlocks()

HeaderMergeContinueBlocks::HeaderMergeContinueBlocks ( Function & F)
inline

Member Data Documentation

◆ Continue

SmallPtrSet<BasicBlock *, 2> HeaderMergeContinueBlocks::Continue

Definition at line 150 of file SPIRVStructurizer.cpp.

Referenced by HeaderMergeContinueBlocks().

◆ Header

SmallPtrSet<BasicBlock *, 2> HeaderMergeContinueBlocks::Header

Definition at line 144 of file SPIRVStructurizer.cpp.

Referenced by HeaderMergeContinueBlocks().

◆ Merge

SmallPtrSet<BasicBlock *, 2> HeaderMergeContinueBlocks::Merge

Definition at line 147 of file SPIRVStructurizer.cpp.

Referenced by HeaderMergeContinueBlocks().


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