Searched refs:SortingObjects (Results 1 – 1 of 1) sorted by relevance
3552 std::vector<X86FrameSortingObject> SortingObjects(MFI.getObjectIndexEnd()); in orderFrameObjects() local3557 SortingObjects[Obj].IsValid = true; in orderFrameObjects()3558 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3559 SortingObjects[Obj].ObjectAlignment = MFI.getObjectAlign(Obj); in orderFrameObjects()3564 SortingObjects[Obj].ObjectSize = 4; in orderFrameObjects()3566 SortingObjects[Obj].ObjectSize = ObjectSize; in orderFrameObjects()3582 SortingObjects[Index].IsValid) in orderFrameObjects()3583 SortingObjects[Index].ObjectNumUses++; in orderFrameObjects()3590 llvm::stable_sort(SortingObjects, X86FrameSortingComparator()); in orderFrameObjects()3598 for (auto &Obj : SortingObjects) { in orderFrameObjects()