Home
last modified time | relevance | path

Searched defs:StackFrameLayoutAnalysis (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp47 struct StackFrameLayoutAnalysis { struct
48 using SlotDbgMap = SmallDenseMap<int, SetVector<const DILocalVariable *>>;
49 MachineOptimizationRemarkEmitter &ORE;
51 StackFrameLayoutAnalysis(MachineOptimizationRemarkEmitter &ORE) : ORE(ORE) {} in StackFrameLayoutAnalysis() function
53 enum SlotType {
62 struct SlotData {
105 bool run(MachineFunction &MF) { in run()
124 std::string getTypeString(SlotType Ty) { in getTypeString()
141 void emitStackSlotRemark(const MachineFunction &MF, const SlotData &D, in emitStackSlotRemark()
185 void emitSourceLocRemark(const MachineFunction &MF, const DILocalVariable *N, in emitSourceLocRemark()
[all …]