Searched refs:ordered_allocations (Results 1 – 1 of 1) sorted by relevance
1445 llvm::SmallVector<const BufferAllocation*, 8> ordered_allocations; in Initialize() local1447 ordered_allocations.push_back(&alloc); in Initialize()1475 std::stable_sort(ordered_allocations.begin(), ordered_allocations.end(), in Initialize()1483 for (const BufferAllocation* alloc : ordered_allocations) { in Initialize()