Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
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()
DPrologEpilogInserter.cpp857 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument
864 ProtectedObjs.insert(i); in AssignProtectedObjSet()
997 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local
1066 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1068 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1070 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1089 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()