LLVM 20.0.0git
|
#include "llvm/Passes/DroppedVariableStats.h"
Public Attributes | |
DenseSet< VarID > | DebugVariablesBefore |
DenseSet of VarIDs before an optimization pass has run. | |
DenseSet< VarID > | DebugVariablesAfter |
DenseSet of VarIDs after an optimization pass has run. | |
Definition at line 69 of file DroppedVariableStats.h.
DenseSet of VarIDs after an optimization pass has run.
Definition at line 73 of file DroppedVariableStats.h.
Referenced by llvm::DroppedVariableStats::calculateDroppedStatsAndPrint(), and llvm::DroppedVariableStats::run().
DenseSet of VarIDs before an optimization pass has run.
Definition at line 71 of file DroppedVariableStats.h.
Referenced by llvm::DroppedVariableStats::calculateDroppedStatsAndPrint(), and llvm::DroppedVariableStats::run().