LLVM 22.0.0git
|
#include "llvm/IR/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 59 of file DroppedVariableStats.h.
DenseSet of VarIDs after an optimization pass has run.
Definition at line 63 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 61 of file DroppedVariableStats.h.
Referenced by llvm::DroppedVariableStats::calculateDroppedStatsAndPrint(), and llvm::DroppedVariableStats::run().