enum class ExplorationDirection
Description
Enum that allows us to spell out the direction.
Declared at: llvm/include/llvm/Analysis/MustExecute.h:177
Enumerators
Name | Value | Comment |
---|---|---|
BACKWARD | 0 | |
FORWARD | 1 |
Enum that allows us to spell out the direction.
Declared at: llvm/include/llvm/Analysis/MustExecute.h:177
Name | Value | Comment |
---|---|---|
BACKWARD | 0 | |
FORWARD | 1 |