Searched refs:LDSToNonKernels (Results 1 – 1 of 1) sorted by relevance
133 DenseMap<GlobalVariable *, SmallPtrSet<Function *, 8>> LDSToNonKernels; member in __anoncff4dc4a0111::ReplaceLDSUseImpl164 LDSToNonKernels[GV] = AMDGPU::collectNonKernelAccessorsOfLDS(GV); in shouldIgnorePointerReplacement()165 return LDSToNonKernels[GV].empty(); in shouldIgnorePointerReplacement()350 SmallPtrSet<Function *, 8> &LDSAccessors = LDSToNonKernels[GV]; in replaceLDSUse()