Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp242 static bool collectUsesWithPtrTypes(Value *Val, std::vector<Value*> &WorkList) { in collectUsesWithPtrTypes() function
273 Success &= collectUsesWithPtrTypes(User, WorkList); in collectUsesWithPtrTypes()
308 if (!collectUsesWithPtrTypes(&I, WorkList)) { in visitAlloca()