Home
last modified time | relevance | path

Searched refs:DroppedVariableStats (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp21 DroppedVariableStats::DroppedVariableStats(bool DroppedVarStatsEnabled) in DroppedVariableStats() function in DroppedVariableStats
28 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h41 class DroppedVariableStats {
43 LLVM_ABI DroppedVariableStats(bool DroppedVarStatsEnabled);
45 virtual ~DroppedVariableStats() {} in ~DroppedVariableStats()
48 DroppedVariableStats(const DroppedVariableStats &) = delete;
49 void operator=(const DroppedVariableStats &) = delete;
H A DDroppedVariableStatsIR.h32 class LLVM_ABI DroppedVariableStatsIR : public DroppedVariableStats {
35 : llvm::DroppedVariableStats(DroppedVarStatsEnabled) {} in DroppedVariableStatsIR()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDroppedVariableStatsMIR.h26 class LLVM_ABI DroppedVariableStatsMIR : public DroppedVariableStats {
28 DroppedVariableStatsMIR() : DroppedVariableStats(false) {} in DroppedVariableStatsMIR()
/freebsd/lib/clang/libllvm/
H A DMakefile910 SRCS_MIN+= IR/DroppedVariableStats.cpp