Home
last modified time | relevance | path

Searched defs:DebugVariables (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h59 struct DebugVariables { struct
61 DenseSet<VarID> DebugVariablesBefore; argument
63 DenseSet<VarID> DebugVariablesAfter; argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp38 auto &DebugVariables = DebugVariablesStack.back()[&MF->getFunction()]; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStatsIR.cpp58 auto &DebugVariables = DebugVariablesStack.back()[F]; in runOnFunction() local