Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp747 DenseSet<GlobalVariable *> KernelUsedVariables; in lowerKernelScopeStructVariables() local
752 KernelUsedVariables.insert(v); in lowerKernelScopeStructVariables()
760 KernelUsedVariables.insert(v); in lowerKernelScopeStructVariables()
768 KernelUsedVariables.erase(v); in lowerKernelScopeStructVariables()
772 if (KernelUsedVariables.empty()) { in lowerKernelScopeStructVariables()
792 createLDSVariableReplacement(M, VarName, KernelUsedVariables); in lowerKernelScopeStructVariables()
803 removeLocalVarsFromUsedLists(M, KernelUsedVariables); in lowerKernelScopeStructVariables()
808 M, KernelUsedVariables, Replacement, [&Func](Use &U) { in lowerKernelScopeStructVariables()