Home
last modified time | relevance | path

Searched refs:UsedLDS (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp734 SmallPtrSet<const GlobalVariable *, 8> UsedLDS; in hasSufficientLocalMem() local
756 UsedLDS.insert(&GV); in hasSufficientLocalMem()
766 UsedLDS.insert(&GV); in hasSufficientLocalMem()
775 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()
777 for (const GlobalVariable *GV : UsedLDS) { in hasSufficientLocalMem()