Searched refs:SortingObjects (Results 1 – 3 of 3) sorted by relevance
93 SZFrameObjVec SortingObjects(MFI.getObjectIndexEnd()); in orderFrameObjects() local95 SortingObjects[Obj].IsValid = true; in orderFrameObjects()96 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()97 SortingObjects[Obj].ObjectSize = MFI.getObjectSize(Obj); in orderFrameObjects()112 SortingObjects[Index].IsValid) { in orderFrameObjects()114 SortingObjects[Index].DPairCount++; in orderFrameObjects()116 SortingObjects[Index].D12Count++; in orderFrameObjects()140 std::stable_sort(SortingObjects.begin(), SortingObjects.end(), CmpD12); in orderFrameObjects()145 for (auto &Obj : SortingObjects) { in orderFrameObjects()
2721 SmallVector<HexagonFrameSortingObject> SortingObjects( in orderFrameObjects() local2737 SortingObjects[i].IsValid = true; in orderFrameObjects()2738 SortingObjects[i].Index = i; in orderFrameObjects()2739 SortingObjects[i].Size = Size; in orderFrameObjects()2740 SortingObjects[i].ObjectAlignment = MFI.getObjectAlign(i); in orderFrameObjects()2744 llvm::stable_sort(SortingObjects, HexagonFrameSortingComparator()); in orderFrameObjects()2748 for (auto &Obj : SortingObjects) { in orderFrameObjects()
4066 std::vector<X86FrameSortingObject> SortingObjects(MFI.getObjectIndexEnd()); in orderFrameObjects() local4071 SortingObjects[Obj].IsValid = true; in orderFrameObjects()4072 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()4073 SortingObjects[Obj].ObjectAlignment = MFI.getObjectAlign(Obj); in orderFrameObjects()4078 SortingObjects[Obj].ObjectSize = 4; in orderFrameObjects()4080 SortingObjects[Obj].ObjectSize = ObjectSize; in orderFrameObjects()4096 SortingObjects[Index].IsValid) in orderFrameObjects()4097 SortingObjects[Index].ObjectNumUses++; in orderFrameObjects()4104 llvm::stable_sort(SortingObjects, X86FrameSortingComparator()); in orderFrameObjects()4112 for (auto &Obj : SortingObjects) { in orderFrameObjects()