Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
741 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local742 if (!srcAlloca) in performCallSlotOptzn()745 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()750 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()798 unsigned srcAlign = srcAlloca->getAlignment(); in performCallSlotOptzn()800 srcAlign = DL.getABITypeAlignment(srcAlloca->getAllocatedType()); in performCallSlotOptzn()811 SmallVector<User*, 8> srcUseList(srcAlloca->user_begin(), in performCallSlotOptzn()812 srcAlloca->user_end()); in performCallSlotOptzn()