llvm::ActiveBlocksOption

Base that tracks which blocks are still participating in iteration.

Synopsis

Declared in <llvm/Transforms/Utils/LockstepReverseIterator.h>

struct ActiveBlocksOption;

Member Functions

NameDescription
ActiveBlocksOption [constructor]Construct an empty active-blocks option.
getActiveBlocks Return the set of blocks that are still active.

Data Members

NameDescription
ActiveBlocks Blocks that still have instructions to visit.