Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp303 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anonf860719b0211::MemLocFragmentFill
576 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
740 const DenseSet<DebugAggregate> *VarsWithStackSlot) in MemLocFragmentFill() argument
741 : Fn(Fn), VarsWithStackSlot(VarsWithStackSlot) {} in MemLocFragmentFill()
1039 const DenseSet<DebugAggregate> *VarsWithStackSlot; member in __anonf860719b0211::AssignmentTrackingLowering
1124 const DenseSet<DebugAggregate> *VarsWithStackSlot) in AssignmentTrackingLowering() argument
1125 : Fn(Fn), Layout(Layout), VarsWithStackSlot(VarsWithStackSlot) {} in AssignmentTrackingLowering()
1396 assert(VarsWithStackSlot->count(getAggregate(DAI)) && in processTaggedInstruction()
1469 if (!VarsWithStackSlot->count(getAggregate(&DAI))) in processDbgAssign()
1511 if (!VarsWithStackSlot->count(getAggregate(&DVI))) in processDbgValue()
[all …]