llvm::MemorySSA::VerificationLevel

How thoroughly verifyMemorySSA should check consistency.

Synopsis

Declared in <llvm/Analysis/MemorySSA.h>

enum class VerificationLevel : int;

Members

NameDescription
Fast Perform inexpensive consistency checks.
Full Perform expensive consistency checks.