Searched refs:Aggr (Results 1 – 2 of 2) sorted by relevance
1957 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; in process() local1958 NotAlwaysStackHomed.insert(Aggr); in process()2394 DebugAggregate Aggr{Var.getVariable(), Var.getInlinedAt()}; in run() local2397 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() local2438 if (AlwaysStackHomed.contains(Aggr)) in run()2518 DebugAggregate Aggr = in removeRedundantDbgLocsUsingBackwardScan() local2520 uint64_t SizeInBits = Aggr.first->getSizeInBits().value_or(0); in removeRedundantDbgLocsUsingBackwardScan()[all …]
1378 Value *Aggr = IVI.getAggregateOperand(); in visitInsertValueInst() local1385 ValueLatticeElement EltVal = getStructValueState(Aggr, i); in visitInsertValueInst()