struct TransferTracker::UseBeforeDef
Declaration
struct TransferTracker::UseBeforeDef { /* full declaration omitted */ };
Description
Record of a use-before-def: created when a value that's live-in to the current block isn't available in any machine location, but it will be defined in this block.
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:224
Member Variables
- public LiveDebugValues::ValueIDNum ID
- Value of this variable, def'd in block.
- public llvm::DebugVariable Var
- Identity of this variable.
- public LiveDebugValues::DbgValueProperties Properties
- Additional variable properties.