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.cpp376 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()
[all …]