Lines Matching defs:VarsWithStackSlot
377 const DenseSet<DebugAggregate> *VarsWithStackSlot;
675 if (!VarsWithStackSlot->count(getAggregate(DbgVar)))
851 const DenseSet<DebugAggregate> *VarsWithStackSlot,
853 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot),
1298 const DenseSet<DebugAggregate> *VarsWithStackSlot;
1390 const DenseSet<DebugAggregate> *VarsWithStackSlot)
1391 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {}
1690 // Something has gone wrong if VarsWithStackSlot doesn't contain a variable
1692 assert(VarsWithStackSlot->count(getAggregate(Assign)) &&
1771 if (!VarsWithStackSlot->count(getAggregate(DbgAssign)))
1819 if (!VarsWithStackSlot->count(getAggregate(DbgValue)))
2154 const DenseSet<DebugAggregate> &VarsWithStackSlot,
2176 if (!VarsWithStackSlot.contains(DA))
2213 if (!VarsWithStackSlot.contains(DA))
2301 Fn, FnVarLocs, *VarsWithStackSlot, UntaggedStoreVars,
2461 if (VarsWithStackSlot->contains(getAggregate(Record)))
2773 DenseSet<DebugAggregate> VarsWithStackSlot = findVarsWithStackSlot(Fn);
2780 AssignmentTrackingLowering Pass(Fn, Layout, &VarsWithStackSlot);
2785 MemLocFragmentFill Pass(Fn, &VarsWithStackSlot,