Searched refs:ProtectedObjs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 84 SmallSet<int, 16> &ProtectedObjs, 194 const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 199 ProtectedObjs.insert(i); in AssignProtectedObjSet() 216 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 262 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 264 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 266 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 277 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
| H A D | PrologEpilogInserter.cpp | 834 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 840 ProtectedObjs.insert(i); in AssignProtectedObjSet() 969 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 1038 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1040 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1042 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1061 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|