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

NameValueComment
DoesNotDominateBlock0The SCEV does not dominate the block.
DominatesBlock1The SCEV dominates the block.
ProperlyDominatesBlock2The SCEV properly dominates the block.