Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp338 bool replaceLDSUse();
343 bool replaceLDSUse(GlobalVariable *GV);
348 bool ReplaceLDSUseImpl::replaceLDSUse(GlobalVariable *GV) { in replaceLDSUse() function in __anone8da24b10111::ReplaceLDSUseImpl
573 bool ReplaceLDSUseImpl::replaceLDSUse() { in replaceLDSUse() function in __anone8da24b10111::ReplaceLDSUseImpl
597 Changed |= replaceLDSUse(GV); in replaceLDSUse()
636 return LDSUseReplacer.replaceLDSUse(); in INITIALIZE_PASS_DEPENDENCY()
646 LDSUseReplacer.replaceLDSUse(); in run()