Home
last modified time | relevance | path

Searched refs:DebugVariablesBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp45 DenseSet<VarID> &DebugVariablesBeforeSet = DbgVariables.DebugVariablesBefore; in calculateDroppedStatsAndPrint()
91 auto &VarIDSet = (Before ? DbgVariables.DebugVariablesBefore in run()
114 DebugVariablesMap[F].DebugVariablesBefore.erase(Var); in removeVarFromAllSets()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h61 DenseSet<VarID> DebugVariablesBefore; member