LLVM 20.0.0git
Public Attributes | List of all members
llvm::DroppedVariableStats::DebugVariables Struct Reference

#include "llvm/Passes/DroppedVariableStats.h"

Public Attributes

DenseSet< VarIDDebugVariablesBefore
 DenseSet of VarIDs before an optimization pass has run.
 
DenseSet< VarIDDebugVariablesAfter
 DenseSet of VarIDs after an optimization pass has run.
 

Detailed Description

Definition at line 69 of file DroppedVariableStats.h.

Member Data Documentation

◆ DebugVariablesAfter

DenseSet<VarID> llvm::DroppedVariableStats::DebugVariables::DebugVariablesAfter

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().

◆ DebugVariablesBefore

DenseSet<VarID> llvm::DroppedVariableStats::DebugVariables::DebugVariablesBefore

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().


The documentation for this struct was generated from the following file: