Searched refs:ProtectedObjs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 84 SmallSet<int, 16> &ProtectedObjs, 177 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 185 ProtectedObjs.insert(i); in AssignProtectedObjSet() 202 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 242 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 244 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 246 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 257 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
| H A D | PrologEpilogInserter.cpp | 707 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 715 ProtectedObjs.insert(i); in AssignProtectedObjSet() 847 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 903 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 905 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 907 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 926 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|