Searched refs:ProtectedObjs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 73 SmallSet<int, 16> &ProtectedObjs, 168 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 177 ProtectedObjs.insert(i); in AssignProtectedObjSet() 196 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 228 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 230 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 232 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 243 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 481 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 489 ProtectedObjs.insert(i); in AssignProtectedObjSet() 608 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 647 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 649 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 651 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 669 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|