LLVM 22.0.0git
|
Files | |
InstrRefBasedImpl.cpp | |
This is a separate implementation of LiveDebugValues, see LiveDebugValues.cpp and VarLocBasedImpl.cpp for more information. | |
InstrRefBasedImpl.h | |
LiveDebugValues.cpp | |
The LiveDebugValues pass extends the range of variable locations (specified by DBG_VALUE instructions) from single blocks to successors and any other code locations where the variable location is valid. | |
LiveDebugValues.h | |
VarLocBasedImpl.cpp | |
LiveDebugValues is an optimistic "available expressions" dataflow algorithm. |