Searched refs:SortingObjects (Results 1 – 3 of 3) sorted by relevance
95 SZFrameObjVec SortingObjects(MFI.getObjectIndexEnd()); in orderFrameObjects() local97 SortingObjects[Obj].IsValid = true; in orderFrameObjects()98 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()99 SortingObjects[Obj].ObjectSize = MFI.getObjectSize(Obj); in orderFrameObjects()114 SortingObjects[Index].IsValid) { in orderFrameObjects()116 SortingObjects[Index].DPairCount++; in orderFrameObjects()118 SortingObjects[Index].D12Count++; in orderFrameObjects()142 llvm::stable_sort(SortingObjects, CmpD12); in orderFrameObjects()147 for (auto &Obj : SortingObjects) { in orderFrameObjects()
2707 SmallVector<HexagonFrameSortingObject> SortingObjects( in orderFrameObjects() local2723 SortingObjects[i].IsValid = true; in orderFrameObjects()2724 SortingObjects[i].Index = i; in orderFrameObjects()2725 SortingObjects[i].Size = Size; in orderFrameObjects()2726 SortingObjects[i].ObjectAlignment = MFI.getObjectAlign(i); in orderFrameObjects()2730 llvm::stable_sort(SortingObjects, HexagonFrameSortingComparator()); in orderFrameObjects()2734 for (auto &Obj : SortingObjects) { in orderFrameObjects()
4138 std::vector<X86FrameSortingObject> SortingObjects(MFI.getObjectIndexEnd()); in orderFrameObjects() local4143 SortingObjects[Obj].IsValid = true; in orderFrameObjects()4144 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()4145 SortingObjects[Obj].ObjectAlignment = MFI.getObjectAlign(Obj); in orderFrameObjects()4150 SortingObjects[Obj].ObjectSize = 4; in orderFrameObjects()4152 SortingObjects[Obj].ObjectSize = ObjectSize; in orderFrameObjects()4168 SortingObjects[Index].IsValid) in orderFrameObjects()4169 SortingObjects[Index].ObjectNumUses++; in orderFrameObjects()4176 llvm::stable_sort(SortingObjects, X86FrameSortingComparator()); in orderFrameObjects()4184 for (auto &Obj : SortingObjects) { in orderFrameObjects()