llvm::DominatorTreeBase::VerificationLevel

How thoroughly verify checks the tree.

Synopsis

Declared in <llvm/Support/GenericDomTree.h>

enum class VerificationLevel : int;

Members

NameDescription
Fast Cheap structural checks against a freshly built tree.
Basic Stronger checks that still avoid the full sibling property.
Full Full verification including parent and sibling properties.