Searched refs:VarIDSet (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStats.cpp | 91 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 D | DroppedVariableStatsIR.cpp | 119 DenseSet<VarID> &VarIDSet, in visitEveryDebugRecord() argument 127 populateVarIDSetAndInlinedMap(DbgVar, DbgLoc, VarIDSet, InlinedAtsMap, in visitEveryDebugRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DroppedVariableStatsMIR.cpp | 80 DenseSet<VarID> &VarIDSet, in visitEveryDebugRecord() argument 90 populateVarIDSetAndInlinedMap(DbgVar, DbgLoc, VarIDSet, InlinedAtsMap, in visitEveryDebugRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DroppedVariableStats.h | 99 const DILocalVariable *DbgVar, DebugLoc DbgLoc, DenseSet<VarID> &VarIDSet, 113 DenseSet<VarID> &VarIDSet,
|
| H A D | DroppedVariableStatsIR.h | 81 DenseSet<VarID> &VarIDSet,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DroppedVariableStatsMIR.h | 53 DenseSet<VarID> &VarIDSet,
|