Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp749 DenseSet<GlobalVariable *> KernelUsedVariables; in lowerKernelScopeStructVariables() local
754 KernelUsedVariables.insert(v); in lowerKernelScopeStructVariables()
762 KernelUsedVariables.insert(v); in lowerKernelScopeStructVariables()
770 KernelUsedVariables.erase(v); in lowerKernelScopeStructVariables()
774 if (KernelUsedVariables.empty()) { in lowerKernelScopeStructVariables()
794 createLDSVariableReplacement(M, VarName, KernelUsedVariables); in lowerKernelScopeStructVariables()
805 removeLocalVarsFromUsedLists(M, KernelUsedVariables); in lowerKernelScopeStructVariables()
810 M, KernelUsedVariables, Replacement, [&Func](Use &U) { in lowerKernelScopeStructVariables()