Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance
877 auto *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local878 if (!srcAlloca) in performCallSlotOptzn()881 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()886 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()949 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()960 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()1006 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn()1012 II->getArgOperand(1)->stripPointerCasts() == srcAlloca && in performCallSlotOptzn()