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 | 832 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 838 ProtectedObjs.insert(i); in AssignProtectedObjSet() 967 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 1036 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1038 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1040 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1059 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|