Home
last modified time | relevance | path

Searched refs:DebugVariables (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h59 struct DebugVariables { struct
69 SmallVector<DenseMap<const Function *, DebugVariables>> DebugVariablesStack;
80 DebugVariables &DbgVariables, StringRef FuncName, StringRef PassID,
92 LLVM_ABI void run(DebugVariables &DbgVariables, StringRef FuncName,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp38 auto &DebugVariables = DebugVariablesStack.back()[&MF->getFunction()]; in runOnMachineFunction() local
41 run(DebugVariables, FuncName, Before); in runOnMachineFunction()
49 DebugVariables &DbgVariables = DebugVariablesStack.back()[Func]; in calculateDroppedVarStatsOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp29 DebugVariablesStack.push_back({DenseMap<const Function *, DebugVariables>()}); in setup()
42 DebugVariables &DbgVariables, StringRef FuncName, StringRef PassID, in calculateDroppedStatsAndPrint()
89 void DroppedVariableStats::run(DebugVariables &DbgVariables, StringRef FuncName, in run()
H A DDroppedVariableStatsIR.cpp58 auto &DebugVariables = DebugVariablesStack.back()[F]; in runOnFunction() local
61 run(DebugVariables, FuncName, Before); in runOnFunction()
69 DebugVariables &DbgVariables = DebugVariablesStack.back()[F]; in calculateDroppedVarStatsOnFunction()