Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
897 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local898 if (!srcAlloca) in performCallSlotOptzn()901 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()906 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()937 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()948 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()