Home
last modified time | relevance | path

Searched refs:ProtectedObjs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp84 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 DPrologEpilogInserter.cpp771 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument
778 ProtectedObjs.insert(i); in AssignProtectedObjSet()
926 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local
985 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
987 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
989 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
1008 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()