Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
874 auto *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local875 if (!srcAlloca) in performCallSlotOptzn()878 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()883 TypeSize SrcAllocaSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()); in performCallSlotOptzn()962 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()975 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()1021 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn()1027 II->getArgOperand(1)->stripPointerCasts() == srcAlloca && in performCallSlotOptzn()