Searched refs:srcAlloca (Results 1 – 3 of 3) sorted by relevance
582 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local583 if (!srcAlloca) in performCallSlotOptzn()589 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()593 uint64_t srcSize = TD->getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()632 SmallVector<User*, 8> srcUseList(srcAlloca->use_begin(), in performCallSlotOptzn()633 srcAlloca->use_end()); in performCallSlotOptzn()
830 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local831 if (!srcAlloca) in performCallSlotOptzn()834 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()839 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()887 unsigned srcAlign = srcAlloca->getAlignment(); in performCallSlotOptzn()889 srcAlign = DL.getABITypeAlignment(srcAlloca->getAllocatedType()); in performCallSlotOptzn()900 SmallVector<User*, 8> srcUseList(srcAlloca->user_begin(), in performCallSlotOptzn()901 srcAlloca->user_end()); in performCallSlotOptzn()
791 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local792 if (!srcAlloca) in performCallSlotOptzn()795 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()800 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn()848 unsigned srcAlign = srcAlloca->getAlignment(); in performCallSlotOptzn()850 srcAlign = DL.getABITypeAlignment(srcAlloca->getAllocatedType()); in performCallSlotOptzn()861 SmallVector<User*, 8> srcUseList(srcAlloca->user_begin(), in performCallSlotOptzn()862 srcAlloca->user_end()); in performCallSlotOptzn()