Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp807 SmallPtrSet<const GlobalVariable *, 8> UsedLDS; in hasSufficientLocalMem() local
829 UsedLDS.insert(&GV); in hasSufficientLocalMem()
839 UsedLDS.insert(&GV); in hasSufficientLocalMem()
848 AllocatedSizes.reserve(UsedLDS.size()); in hasSufficientLocalMem()
850 for (const GlobalVariable *GV : UsedLDS) { in hasSufficientLocalMem()