Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp160 std::vector<GlobalVariable *> ModuleScopeVariables = in runOnModule() local
162 if (!ModuleScopeVariables.empty()) { in runOnModule()
168 createLDSVariableReplacement(M, VarName, ModuleScopeVariables); in runOnModule()
175 removeFromUsedLists(M, ModuleScopeVariables); in runOnModule()
176 replaceLDSVariablesWithStruct(M, ModuleScopeVariables, SGV, in runOnModule()