A definition of a variable; can represent either a debug.

Synopsis

Declared in <llvm/Transforms/Utils/DebugSSAUpdater.h>

struct DbgValueDef;

Description

value, no definition (the variable has not yet been defined), or a phi value*. *Meaning multiple definitions that are live‐in to a block from different predecessors, not a debug value that uses an IR PHINode.

Member Functions

Name

Description

DbgValueDef [constructor]

Constructors

agreesWith

print

operator bool

Conversion to bool

operator==

Equality operator

operator!=

Inequality operator

Data Members