Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
884 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local885 if (!srcAlloca) in performCallSlotOptzn()888 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()893 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()924 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()935 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()