Base that tracks which blocks are still participating in iteration.
Declared in <llvm/Transforms/Utils/LockstepReverseIterator.h>
struct ActiveBlocksOption;
| Name | Description |
|---|---|
ActiveBlocksOption [constructor] | Construct an empty active-blocks option. |
getActiveBlocks | Return the set of blocks that are still active. |
| Name | Description |
|---|---|
ActiveBlocks | Blocks that still have instructions to visit. |