Searched refs:LDSToNonKernels (Results 1 – 1 of 1) sorted by relevance
120 DenseMap<GlobalVariable *, SmallPtrSet<Function *, 8>> LDSToNonKernels; member in __anon71805cce0111::ReplaceLDSUseImpl152 LDSToNonKernels[GV] = AMDGPU::collectNonKernelAccessorsOfLDS(GV); in shouldIgnorePointerReplacement()153 return LDSToNonKernels[GV].empty(); in shouldIgnorePointerReplacement()339 SmallPtrSet<Function *, 8> &LDSAccessors = LDSToNonKernels[GV]; in replaceLDSUse()