How thoroughly verify checks the tree.
Declared in <llvm/Support/GenericDomTree.h>
enum class VerificationLevel : int;
| Name | Description |
|---|---|
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. |