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 |
|
Constructors |
Conversion to |
|
Equality operator |
|
Inequality operator |