Home
last modified time | relevance | path

Searched refs:srcAlloca (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp877 auto *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local
878 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()