reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86FrameLowering.cpp
 3104     SortingObjects[Obj].IsValid = true;
 3105     SortingObjects[Obj].ObjectIndex = Obj;
 3106     SortingObjects[Obj].ObjectAlignment = MFI.getObjectAlignment(Obj);
 3111       SortingObjects[Obj].ObjectSize = 4;
 3113       SortingObjects[Obj].ObjectSize = ObjectSize;
 3129             SortingObjects[Index].IsValid)
 3130           SortingObjects[Index].ObjectNumUses++;
 3137   llvm::stable_sort(SortingObjects, X86FrameSortingComparator());
 3145   for (auto &Obj : SortingObjects) {