Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp258 SmallPtrSet<Instruction *, 8> UserInsts; in replaceLDSUseByPointer() local
263 UserInsts.insert(I); in replaceLDSUseByPointer()
268 convertConstantExprsToInstructions(I, CE, &UserInsts); in replaceLDSUseByPointer()
273 for (auto *II : UserInsts) { in replaceLDSUseByPointer()