Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp874 auto *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local
875 if (!srcAlloca) in performCallSlotOptzn()
878 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()
883 TypeSize SrcAllocaSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()); in performCallSlotOptzn()
962 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()
975 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()
1021 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn()
1027 II->getArgOperand(1)->stripPointerCasts() == srcAlloca && in performCallSlotOptzn()