Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp62 struct SlotData { struct
70 SlotData(const MachineFrameInfo &MFI, const StackOffset Offset, in SlotData() function
96 bool operator<(const SlotData &Rhs) const { in operator <() argument
141 void emitStackSlotRemark(const MachineFunction &MF, const SlotData &D, in emitStackSlotRemark()
213 std::vector<SlotData> SlotInfo; in emitStackFrameLayoutRemarks()
230 for (const SlotData &Info : SlotInfo) { in emitStackFrameLayoutRemarks()