enum ScalarEvolution::BlockDisposition
Description
An enum describing the relationship between a SCEV and a basic block.
Declared at: llvm/include/llvm/Analysis/ScalarEvolution.h:453
Enumerators
Name | Value | Comment |
---|---|---|
DoesNotDominateBlock | 0 | The SCEV does not dominate the block. |
DominatesBlock | 1 | The SCEV dominates the block. |
ProperlyDominatesBlock | 2 | The SCEV properly dominates the block. |