Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp914 DenseSet<GlobalVariable *> KernelUsedVariables; in lowerKernelScopeStructVariables() local
919 KernelUsedVariables.insert(v); in lowerKernelScopeStructVariables()
927 KernelUsedVariables.insert(v); in lowerKernelScopeStructVariables()
935 KernelUsedVariables.erase(v); in lowerKernelScopeStructVariables()
939 if (KernelUsedVariables.empty()) { in lowerKernelScopeStructVariables()
959 createLDSVariableReplacement(M, VarName, KernelUsedVariables); in lowerKernelScopeStructVariables()
970 removeLocalVarsFromUsedLists(M, KernelUsedVariables); in lowerKernelScopeStructVariables()
975 M, KernelUsedVariables, Replacement, [&Func](Use &U) { in lowerKernelScopeStructVariables()