Lines Matching refs:VarsWithStackSlot
376 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon3afac2c40211::MemLocFragmentFill
674 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
850 const DenseSet<DebugAggregate> *VarsWithStackSlot, in MemLocFragmentFill() argument
852 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot), in MemLocFragmentFill()
1297 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon3afac2c40211::AssignmentTrackingLowering
1389 const DenseSet<DebugAggregate> *VarsWithStackSlot) in AssignmentTrackingLowering() argument
1390 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {} in AssignmentTrackingLowering()
1691 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1770 if (!VarsWithStackSlot->count(getAggregate(DbgAssign))) in processDbgAssign()
1818 if (!VarsWithStackSlot->count(getAggregate(DbgValue))) in processDbgValue()
2153 const DenseSet<DebugAggregate> &VarsWithStackSlot, in buildOverlapMapAndRecordDeclares() argument
2175 if (!VarsWithStackSlot.contains(DA)) in buildOverlapMapAndRecordDeclares()
2212 if (!VarsWithStackSlot.contains(DA)) in buildOverlapMapAndRecordDeclares()
2300 Fn, FnVarLocs, *VarsWithStackSlot, UntaggedStoreVars, in run()
2460 if (VarsWithStackSlot->contains(getAggregate(Record))) in emitPromotedVarLocs()
2772 DenseSet<DebugAggregate> VarsWithStackSlot = findVarsWithStackSlot(Fn); in analyzeFunction() local
2779 AssignmentTrackingLowering Pass(Fn, Layout, &VarsWithStackSlot); in analyzeFunction()
2784 MemLocFragmentFill Pass(Fn, &VarsWithStackSlot, in analyzeFunction()