Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUReplaceLDSUseWithPointer.cpp269 SmallPtrSet<Instruction *, 8> UserInsts; in replaceLDSUseByPointer() local
274 UserInsts.insert(I); in replaceLDSUseByPointer()
279 convertConstantExprsToInstructions(I, CE, &UserInsts); in replaceLDSUseByPointer()
284 for (auto *II : UserInsts) { in replaceLDSUseByPointer()