Searched refs:SortingObjects (Results 1 – 1 of 1) sorted by relevance
3568 std::vector<X86FrameSortingObject> SortingObjects(MFI.getObjectIndexEnd()); in orderFrameObjects() local3573 SortingObjects[Obj].IsValid = true; in orderFrameObjects()3574 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3575 SortingObjects[Obj].ObjectAlignment = MFI.getObjectAlign(Obj); in orderFrameObjects()3580 SortingObjects[Obj].ObjectSize = 4; in orderFrameObjects()3582 SortingObjects[Obj].ObjectSize = ObjectSize; in orderFrameObjects()3598 SortingObjects[Index].IsValid) in orderFrameObjects()3599 SortingObjects[Index].ObjectNumUses++; in orderFrameObjects()3606 llvm::stable_sort(SortingObjects, X86FrameSortingComparator()); in orderFrameObjects()3614 for (auto &Obj : SortingObjects) { in orderFrameObjects()