Searched defs:StackFrameLayoutAnalysis (Results 1 – 1 of 1) sorted by relevance
47 struct StackFrameLayoutAnalysis { struct48 using SlotDbgMap = SmallDenseMap<int, SetVector<const DILocalVariable *>>;49 MachineOptimizationRemarkEmitter &ORE;51 StackFrameLayoutAnalysis(MachineOptimizationRemarkEmitter &ORE) : ORE(ORE) {} in StackFrameLayoutAnalysis() function53 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 …]