Searched refs:AllocatedSizes (Results 1 – 1 of 1) sorted by relevance
1235 SmallVector<std::pair<uint64_t, Align>, 16> AllocatedSizes; in hasSufficientLocalMem() local1236 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()1253 AllocatedSizes.emplace_back(AllocSize, Alignment); in hasSufficientLocalMem()1260 llvm::sort(AllocatedSizes, llvm::less_second()); in hasSufficientLocalMem()1269 for (auto Alloc : AllocatedSizes) { in hasSufficientLocalMem()