Searched refs:srcAlloca (Results 1 – 2 of 2) sorted by relevance
867 auto *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn() local868 if (!srcAlloca) in performCallSlotOptzn()871 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn()876 TypeSize SrcAllocaSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()); in performCallSlotOptzn()955 Align srcAlign = srcAlloca->getAlign(); in performCallSlotOptzn()968 SmallVector<User *, 8> srcUseList(srcAlloca->users()); in performCallSlotOptzn()1007 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn()1013 II->getArgOperand(1)->stripPointerCasts() == srcAlloca && in performCallSlotOptzn()
306 auto srcAlloca = in emitStoreOfScalar() local308 if (currVarDecl && srcAlloca) { in emitStoreOfScalar()312 srcAlloca.setInitAttr(mlir::UnitAttr::get(&getMLIRContext())); in emitStoreOfScalar()