llvm::ExplorationDirection

Direction in which a must-be-executed context is explored.

Synopsis

Declared in <llvm/Analysis/MustExecute.h>

enum class ExplorationDirection : int;

Members

NameDescription
BACKWARD Explore toward predecessors / earlier instructions.
FORWARD Explore toward successors / later instructions.