Direction in which a must-be-executed context is explored.
Declared in <llvm/Analysis/MustExecute.h>
enum class ExplorationDirection : int;
| Name | Description |
|---|---|
BACKWARD | Explore toward predecessors / earlier instructions. |
FORWARD | Explore toward successors / later instructions. |