Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp84 bool collectUsesWithPtrTypes(Value *BaseAlloca,
604 bool AMDGPUPromoteAllocaImpl::collectUsesWithPtrTypes( in collectUsesWithPtrTypes() function in AMDGPUPromoteAllocaImpl
703 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
913 if (!collectUsesWithPtrTypes(&I, &I, WorkList)) { in handleAlloca()