Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp330 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate()
331 return DebugAggregate(Var.getVariable(), Var.getInlinedAt()); in getAggregate()
374 const DenseSet<DebugAggregate> *VarsWithStackSlot;
391 UniqueVector<DebugAggregate> Aggregates;
1296 const DenseSet<DebugAggregate> *VarsWithStackSlot;
1305 DenseSet<DebugAggregate> NotAlwaysStackHomed;
2146 const DenseSet<DebugAggregate> &VarsWithStackSlot, in buildOverlapMapAndRecordDeclares()
2167 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares()
2382 DenseSet<DebugAggregate> AlwaysStackHomed; in run()
2511 DebugAggregate Aggr = in removeRedundantDbgLocsUsingBackwardScan()
[all …]