Searched refs:cpySrc (Results 1 – 1 of 1) sorted by relevance
345 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,580 Value *cpyDest, Value *cpySrc, in performCallSlotOptzn() argument602 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn()698 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()723 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn()724 Value *Dest = cpySrc->getType() == cpyDest->getType() ? cpyDest in performCallSlotOptzn()725 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), in performCallSlotOptzn()