Searched refs:cpyStore (Results 1 – 2 of 2) sorted by relevance
854 Instruction *cpyStore, Value *cpyDest, in performCallSlotOptzn() argument902 if (C->getParent() != cpyStore->getParent()) { in performCallSlotOptzn()907 MemoryLocation DestLoc = isa<StoreInst>(cpyStore) ? in performCallSlotOptzn()908 MemoryLocation::get(cpyStore) : in performCallSlotOptzn()909 MemoryLocation::getForDest(cast<MemCpyInst>(cpyStore)); in performCallSlotOptzn()914 MSSA->getMemoryAccess(cpyStore))) { in performCallSlotOptzn()943 if (mayBeVisibleThroughUnwinding(cpyDest, C, cpyStore)) { in performCallSlotOptzn()1101 if (cpyLoad != cpyStore) in performCallSlotOptzn()1102 combineMetadata(C, cpyStore, KnownIDs, true); in performCallSlotOptzn()
62 bool performCallSlotOptzn(Instruction *cpyLoad, Instruction *cpyStore,