Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp845 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument
851 ProtectedObjs.insert(i); in AssignProtectedObjSet()
980 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local
1049 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1051 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1053 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1072 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()