Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp87 bool collectUsesWithPtrTypes(Value *BaseAlloca, Value *Val,
1065 bool AMDGPUPromoteAllocaImpl::collectUsesWithPtrTypes( in collectUsesWithPtrTypes() function in AMDGPUPromoteAllocaImpl
1164 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
1374 if (!collectUsesWithPtrTypes(&I, &I, WorkList)) { in tryPromoteAllocaToLDS()