enum class ExplorationDirection

Description

Enum that allows us to spell out the direction.

Declared at: llvm/include/llvm/Analysis/MustExecute.h:177

Enumerators

NameValueComment
BACKWARD0
FORWARD1