Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp327 bool replaceLDSUse();
332 bool replaceLDSUse(GlobalVariable *GV);
337 bool ReplaceLDSUseImpl::replaceLDSUse(GlobalVariable *GV) { in replaceLDSUse() function in __anon71805cce0111::ReplaceLDSUseImpl
385 bool ReplaceLDSUseImpl::replaceLDSUse() { in replaceLDSUse() function in __anon71805cce0111::ReplaceLDSUseImpl
409 Changed |= replaceLDSUse(GV); in replaceLDSUse()
448 return LDSUseReplacer.replaceLDSUse(); in INITIALIZE_PASS_DEPENDENCY()
458 LDSUseReplacer.replaceLDSUse(); in run()