LLVM: TransferTracker::UseBeforeDef Struct Reference (original) (raw)
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. More...
| Public Attributes | |
|---|---|
| SmallVector< DbgOp > | Values |
| Value of this variable, def'd in block. | |
| DebugVariableID | VarID |
| Identity of this variable. | |
| DbgValueProperties | Properties |
| Additional variable properties. |
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.
Definition at line 245 of file InstrRefBasedImpl.cpp.
◆ Properties
◆ Values
◆ VarID
The documentation for this struct was generated from the following file:
- lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp