Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp83 SmallSet<int, 16> &ProtectedObjs,
175 const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument
180 ProtectedObjs.insert(i); in AssignProtectedObjSet()
197 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local
243 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
245 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
247 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets()
258 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()