Home
last modified time | relevance | path

Searched refs:VarIDSet (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp91 auto &VarIDSet = (Before ? DbgVariables.DebugVariablesBefore in run() local
96 VarIDSet = DenseSet<VarID>(); in run()
97 visitEveryDebugRecord(VarIDSet, InlinedAtsMap, FuncName, Before); in run()
101 const DILocalVariable *DbgVar, DebugLoc DbgLoc, DenseSet<VarID> &VarIDSet, in populateVarIDSetAndInlinedMap() argument
105 VarIDSet.insert(Key); in populateVarIDSetAndInlinedMap()
H A DDroppedVariableStatsIR.cpp119 DenseSet<VarID> &VarIDSet, in visitEveryDebugRecord() argument
127 populateVarIDSetAndInlinedMap(DbgVar, DbgLoc, VarIDSet, InlinedAtsMap, in visitEveryDebugRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp80 DenseSet<VarID> &VarIDSet, in visitEveryDebugRecord() argument
90 populateVarIDSetAndInlinedMap(DbgVar, DbgLoc, VarIDSet, InlinedAtsMap, in visitEveryDebugRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h99 const DILocalVariable *DbgVar, DebugLoc DbgLoc, DenseSet<VarID> &VarIDSet,
113 DenseSet<VarID> &VarIDSet,
H A DDroppedVariableStatsIR.h81 DenseSet<VarID> &VarIDSet,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDroppedVariableStatsMIR.h53 DenseSet<VarID> &VarIDSet,