Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp50 bool collectUsesWithPtrTypes(Value *BaseAlloca,
505 bool AMDGPUPromoteAlloca::binaryOpIsDerivedFromSameAlloca(Value *BaseAlloca, in binaryOpIsDerivedFromSameAlloca() argument
528 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca()
537 Value *BaseAlloca, in collectUsesWithPtrTypes() argument
583 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
603 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
615 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()
624 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()