Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp83 SmallSet<int, 16> &ProtectedObjs,
175 const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument
180 ProtectedObjs.insert(i); in AssignProtectedObjSet()
197 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local
243 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
245 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
247 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
258 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp794 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument
801 ProtectedObjs.insert(i); in AssignProtectedObjSet()
934 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local
1003 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1005 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1007 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1026 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()