Lines Matching refs:VarsWithStackSlot

374   const DenseSet<DebugAggregate> *VarsWithStackSlot;  member in __anon71b57efa0211::MemLocFragmentFill
673 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
849 const DenseSet<DebugAggregate> *VarsWithStackSlot, in MemLocFragmentFill() argument
851 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot), in MemLocFragmentFill()
1296 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon71b57efa0211::AssignmentTrackingLowering
1387 const DenseSet<DebugAggregate> *VarsWithStackSlot) in AssignmentTrackingLowering() argument
1388 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {} in AssignmentTrackingLowering()
1689 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1768 if (!VarsWithStackSlot->count(getAggregate(DbgAssign))) in processDbgAssign()
1816 if (!VarsWithStackSlot->count(getAggregate(DbgValue))) in processDbgValue()
2146 const DenseSet<DebugAggregate> &VarsWithStackSlot, in buildOverlapMapAndRecordDeclares() argument
2168 if (!VarsWithStackSlot.contains(DA)) in buildOverlapMapAndRecordDeclares()
2205 if (!VarsWithStackSlot.contains(DA)) in buildOverlapMapAndRecordDeclares()
2293 Fn, FnVarLocs, *VarsWithStackSlot, UntaggedStoreVars, in run()
2453 if (VarsWithStackSlot->contains(getAggregate(Record))) in emitPromotedVarLocs()
2765 DenseSet<DebugAggregate> VarsWithStackSlot = findVarsWithStackSlot(Fn); in analyzeFunction() local
2772 AssignmentTrackingLowering Pass(Fn, Layout, &VarsWithStackSlot); in analyzeFunction()
2777 MemLocFragmentFill Pass(Fn, &VarsWithStackSlot, in analyzeFunction()