Lines Matching refs:VarID
30 InlinedAts.push_back({DenseMap<StringRef, DenseMap<VarID, DILocation *>>()}); in setup()
45 DenseSet<VarID> &DebugVariablesBeforeSet = DbgVariables.DebugVariablesBefore; in calculateDroppedStatsAndPrint()
46 DenseSet<VarID> &DebugVariablesAfterSet = DbgVariables.DebugVariablesAfter; in calculateDroppedStatsAndPrint()
50 DenseMap<VarID, DILocation *> &InlinedAtsMap = It->second; in calculateDroppedStatsAndPrint()
56 for (VarID Var : DebugVariablesBeforeSet) { in calculateDroppedStatsAndPrint()
72 DenseMap<VarID, DILocation *> &InlinedAtsMap, VarID Var, in updateDroppedCount() argument
95 InlinedAtsMap.try_emplace(FuncName, DenseMap<VarID, DILocation *>()); in run()
96 VarIDSet = DenseSet<VarID>(); in run()
101 const DILocalVariable *DbgVar, DebugLoc DbgLoc, DenseSet<VarID> &VarIDSet, in populateVarIDSetAndInlinedMap()
102 DenseMap<StringRef, DenseMap<VarID, DILocation *>> &InlinedAtsMap, in populateVarIDSetAndInlinedMap() argument
104 VarID Key{DbgVar->getScope(), DbgLoc->getInlinedAtScope(), DbgVar}; in populateVarIDSetAndInlinedMap()
110 void DroppedVariableStats::removeVarFromAllSets(VarID Var, const Function *F) { in removeVarFromAllSets()