HomeSort by: relevance | last modified time | path
    Searched refs:AssignProtectedObjSet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 83 void AssignProtectedObjSet(const StackObjSet &UnassignedObjs,
173 /// AssignProtectedObjSet - Helper function to assign large stack objects (i.e.,
175 void LocalStackSlotPass::AssignProtectedObjSet(
240 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
242 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
244 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown,
PrologEpilogInserter.cpp 768 /// AssignProtectedObjSet - Helper function to assign large stack objects (i.e.,
770 static void AssignProtectedObjSet(const StackObjSet &UnassignedObjs,
985 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
987 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
989 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown,

Completed in 83 milliseconds