Searched refs:cpyDest (Results 1 – 1 of 1) sorted by relevance
934 if (!isWritableObject(getUnderlyingObject(cpyDest), in performCallSlotOptzn()956 if (mayBeVisibleThroughUnwinding(cpyDest, C, cpyStore)) { in performCallSlotOptzn()966 if (!isDestSufficientlyAligned && !isa<AllocaInst>(cpyDest)) { in performCallSlotOptzn()1013 Value *DestObj = getUnderlyingObject(cpyDest); in performCallSlotOptzn()1052 if (!DT->dominates(cpyDest, C)) { in performCallSlotOptzn()1054 auto *GEP = dyn_cast<GetElementPtrInst>(cpyDest); in performCallSlotOptzn()1066 MemoryLocation DestWithSrcSize(cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn()1076 if (cpySrc->getType() != cpyDest->getType()) in performCallSlotOptzn()1088 C->setArgOperand(ArgI, cpyDest); in performCallSlotOptzn()1097 cast<AllocaInst>(cpyDest)->setAlignment(srcAlign); in performCallSlotOptzn()[all …]