reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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))