Searched refs:ProtectedObjs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 84 SmallSet<int, 16> &ProtectedObjs, 176 const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 181 ProtectedObjs.insert(i); in AssignProtectedObjSet() 198 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 240 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 242 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 244 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 255 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
| H A D | PrologEpilogInserter.cpp | 777 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 784 ProtectedObjs.insert(i); in AssignProtectedObjSet() 932 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 991 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 993 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 995 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1014 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|