Lines Matching refs:Aggr
1957 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; in process() local
1958 NotAlwaysStackHomed.insert(Aggr); in process()
2394 DebugAggregate Aggr{Var.getVariable(), Var.getInlinedAt()}; in run() local
2397 if (NotAlwaysStackHomed.contains(Aggr)) in run()
2407 NotAlwaysStackHomed.insert(Aggr); in run()
2416 if (AlwaysStackHomed.insert(Aggr).second) { in run()
2435 DebugAggregate Aggr{Var.getVariable(), Var.getInlinedAt()}; in run() local
2438 if (AlwaysStackHomed.contains(Aggr)) in run()
2518 DebugAggregate Aggr = in removeRedundantDbgLocsUsingBackwardScan() local
2520 uint64_t SizeInBits = Aggr.first->getSizeInBits().value_or(0); in removeRedundantDbgLocsUsingBackwardScan()
2539 VariableDefinedBytes.try_emplace(Aggr, BitVector(SizeInBytes)); in removeRedundantDbgLocsUsingBackwardScan()
2701 DebugAggregate Aggr{FnVarLocs.getVariable(Loc.VariableID).getVariable(), in removeUndefDbgLocsFromEntryBlock() local
2707 if (Loc.Values.isKillLocation(Loc.Expr) && !HasDefinedBits(Aggr, Var)) { in removeUndefDbgLocsFromEntryBlock()
2714 DefineBits(Aggr, Var); in removeUndefDbgLocsFromEntryBlock()