Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp374 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon71b57efa0211::MemLocFragmentFill
673 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
851 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot), in MemLocFragmentFill()
1296 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon71b57efa0211::AssignmentTrackingLowering
1388 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {} in AssignmentTrackingLowering()
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()
2453 if (VarsWithStackSlot->contains(getAggregate(Record))) in emitPromotedVarLocs()
[all …]