reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  385     GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(AllocaUser);
  387       if (!canVectorizeInst(cast<Instruction>(AllocaUser), Alloca))
  390       WorkList.push_back(AllocaUser);
  405     for (User *GEPUser : AllocaUser->users()) {
  406       if (!canVectorizeInst(cast<Instruction>(GEPUser), AllocaUser))