Searched refs:AllocatedSizes (Results 1 – 1 of 1) sorted by relevance
1411 SmallVector<std::pair<uint64_t, Align>, 16> AllocatedSizes; in hasSufficientLocalMem() local1412 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()1429 AllocatedSizes.emplace_back(AllocSize, Alignment); in hasSufficientLocalMem()1436 llvm::sort(AllocatedSizes, llvm::less_second()); in hasSufficientLocalMem()1445 for (auto Alloc : AllocatedSizes) { in hasSufficientLocalMem()