Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
830 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local831 if (!srcAlloca) in performCallSlotOptzn()834 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()839 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()887 unsigned srcAlign = srcAlloca->getAlignment(); in performCallSlotOptzn()889 srcAlign = DL.getABITypeAlignment(srcAlloca->getAllocatedType()); in performCallSlotOptzn()900 SmallVector<User*, 8> srcUseList(srcAlloca->user_begin(), in performCallSlotOptzn()901 srcAlloca->user_end()); in performCallSlotOptzn()