Lines Matching defs:VarsWithStackSlot
376 const DenseSet<DebugAggregate> *VarsWithStackSlot;
674 if (!VarsWithStackSlot->count(getAggregate(DbgVar)))
850 const DenseSet<DebugAggregate> *VarsWithStackSlot,
852 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot),
1297 const DenseSet<DebugAggregate> *VarsWithStackSlot;
1389 const DenseSet<DebugAggregate> *VarsWithStackSlot)
1390 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {}
1689 // Something has gone wrong if VarsWithStackSlot doesn't contain a variable
1691 assert(VarsWithStackSlot->count(getAggregate(Assign)) &&
1770 if (!VarsWithStackSlot->count(getAggregate(DbgAssign)))
1818 if (!VarsWithStackSlot->count(getAggregate(DbgValue)))
2153 const DenseSet<DebugAggregate> &VarsWithStackSlot,
2175 if (!VarsWithStackSlot.contains(DA))
2212 if (!VarsWithStackSlot.contains(DA))
2300 Fn, FnVarLocs, *VarsWithStackSlot, UntaggedStoreVars,
2460 if (VarsWithStackSlot->contains(getAggregate(Record)))
2772 DenseSet<DebugAggregate> VarsWithStackSlot = findVarsWithStackSlot(Fn);
2779 AssignmentTrackingLowering Pass(Fn, Layout, &VarsWithStackSlot);
2784 MemLocFragmentFill Pass(Fn, &VarsWithStackSlot,