Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp330 using DebugAggregate = std::pair<const DILocalVariable *, const DILocation *>; typedef
331 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate()
332 return DebugAggregate(Var.getVariable(), Var.getInlinedAt()); in getAggregate()
374 const DenseSet<DebugAggregate> *VarsWithStackSlot;
391 UniqueVector<DebugAggregate> Aggregates;
675 DebugAggregate(DbgVar.getVariable(), VarLoc.DL.getInlinedAt())); in addDef()
848 const DenseSet<DebugAggregate> *VarsWithStackSlot, in MemLocFragmentFill()
1273 const DenseSet<DebugAggregate> *VarsWithStackSlot;
1282 DenseSet<DebugAggregate> NotAlwaysStackHomed;
1364 const DenseSet<DebugAggregate> *VarsWithStackSlot) in AssignmentTrackingLowering()
[all …]