LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ActiveBlocksOption Struct Reference

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

Public Member Functions

SmallSetVector< BasicBlock *, 4 > & getActiveBlocks ()
 
 ActiveBlocksOption ()=default
 

Public Attributes

SmallSetVector< BasicBlock *, 4 > ActiveBlocks
 

Detailed Description

Definition at line 22 of file LockstepReverseIterator.h.

Constructor & Destructor Documentation

◆ ActiveBlocksOption()

llvm::ActiveBlocksOption::ActiveBlocksOption ( )
default

Member Function Documentation

◆ getActiveBlocks()

SmallSetVector< BasicBlock *, 4 > & llvm::ActiveBlocksOption::getActiveBlocks ( )
inline

Definition at line 24 of file LockstepReverseIterator.h.

References ActiveBlocks.

Member Data Documentation

◆ ActiveBlocks

SmallSetVector<BasicBlock *, 4> llvm::ActiveBlocksOption::ActiveBlocks

Definition at line 23 of file LockstepReverseIterator.h.

Referenced by getActiveBlocks().


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