Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp86 bool collectUsesWithPtrTypes(Value *BaseAlloca,
586 bool AMDGPUPromoteAllocaImpl::collectUsesWithPtrTypes( in collectUsesWithPtrTypes() function in AMDGPUPromoteAllocaImpl
685 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
903 if (!collectUsesWithPtrTypes(&I, &I, WorkList)) { in handleAlloca()