Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp59 struct SlotData { struct
66 SlotData(const MachineFrameInfo &MFI, const int ValOffset, const int Idx) in SlotData() function
80 bool operator<(const SlotData &Rhs) const { return Offset > Rhs.Offset; } in operator <() argument
127 void emitStackSlotRemark(const MachineFunction &MF, const SlotData &D, in emitStackSlotRemark()
182 std::vector<SlotData> SlotInfo; in emitStackFrameLayoutRemarks()
199 for (const SlotData &Info : SlotInfo) { in emitStackFrameLayoutRemarks()