Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::DroppedVariableStats::DebugVariables Struct Reference

#include "llvm/IR/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 59 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 63 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 61 of file DroppedVariableStats.h.

Referenced by llvm::DroppedVariableStats::calculateDroppedStatsAndPrint(), and llvm::DroppedVariableStats::run().


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