Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
878 auto *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local879 if (!srcAlloca) in performCallSlotOptzn()882 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()887 TypeSize SrcAllocaSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()); in performCallSlotOptzn()966 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()979 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()1025 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn()1031 II->getArgOperand(1)->stripPointerCasts() == srcAlloca && in performCallSlotOptzn()