Searched refs:DroppedVariableStats (Results 1 – 5 of 5) sorted by relevance
21 DroppedVariableStats::DroppedVariableStats(bool DroppedVarStatsEnabled) in DroppedVariableStats() function in DroppedVariableStats28 void DroppedVariableStats::setup() { in setup()33 void DroppedVariableStats::cleanup() { in cleanup()41 void DroppedVariableStats::calculateDroppedStatsAndPrint( in calculateDroppedStatsAndPrint()70 bool DroppedVariableStats::updateDroppedCount( in updateDroppedCount()89 void DroppedVariableStats::run(DebugVariables &DbgVariables, StringRef FuncName, in run()100 void DroppedVariableStats::populateVarIDSetAndInlinedMap( in populateVarIDSetAndInlinedMap()110 void DroppedVariableStats::removeVarFromAllSets(VarID Var, const Function *F) { in removeVarFromAllSets()117 bool DroppedVariableStats::isScopeChildOfOrEqualTo(const DIScope *Scope, in isScopeChildOfOrEqualTo()134 bool DroppedVariableStats::isInlinedAtChildOfOrEqualTo( in isInlinedAtChildOfOrEqualTo()
41 class DroppedVariableStats {43 LLVM_ABI DroppedVariableStats(bool DroppedVarStatsEnabled);45 virtual ~DroppedVariableStats() {} in ~DroppedVariableStats()48 DroppedVariableStats(const DroppedVariableStats &) = delete;49 void operator=(const DroppedVariableStats &) = delete;
32 class LLVM_ABI DroppedVariableStatsIR : public DroppedVariableStats {35 : llvm::DroppedVariableStats(DroppedVarStatsEnabled) {} in DroppedVariableStatsIR()
26 class LLVM_ABI DroppedVariableStatsMIR : public DroppedVariableStats {28 DroppedVariableStatsMIR() : DroppedVariableStats(false) {} in DroppedVariableStatsMIR()
910 SRCS_MIN+= IR/DroppedVariableStats.cpp