Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp374 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon3afac2c40211::MemLocFragmentFill
672 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
848 const DenseSet<DebugAggregate> *VarsWithStackSlot, in MemLocFragmentFill() argument
850 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot), in MemLocFragmentFill()
1273 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anon3afac2c40211::AssignmentTrackingLowering
1364 const DenseSet<DebugAggregate> *VarsWithStackSlot) in AssignmentTrackingLowering() argument
1365 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {} in AssignmentTrackingLowering()
1695 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1769 if (!VarsWithStackSlot->count(getAggregate(DbgAssign))) in processDbgAssign()
1811 if (!VarsWithStackSlot->count(getAggregate(DbgValue))) in processDbgValue()
[all …]