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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp84 SmallSet<int, 16> &ProtectedObjs,
177 SmallSet<int, 16> &ProtectedObjs,
185 ProtectedObjs.insert(i);
202 SmallSet<int, 16> ProtectedObjs; local
242 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
244 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
246 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown,
257 if (ProtectedObjs.count(i))
176 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, MachineFrameInfo &MFI, bool StackGrowsDown, int64_t &Offset, unsigned &MaxAlign) argument
H A DPrologEpilogInserter.cpp770 SmallSet<int, 16> &ProtectedObjs,
778 ProtectedObjs.insert(i);
930 SmallSet<int, 16> ProtectedObjs; local
989 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
991 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
993 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown,
1012 if (ProtectedObjs.count(i))
769 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, MachineFrameInfo &MFI, bool StackGrowsDown, int64_t &Offset, unsigned &MaxAlign, unsigned Skew) argument

Completed in 116 milliseconds