Lines Matching refs:getSource
1060 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence()
1068 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence()
1172 if (!AA->isNoAlias(MemoryLocation(MemCpy->getSource(), in processMemSetMemCpyDependence()
1359 if (hasUndefContentsMSSA(MSSA, AA, MemCpy->getSource(), MD, CopySize)) in performMemCpyToMemSetOptzn()
1398 if (M->getSource() == M->getDest()) { in processMemCpy()
1405 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy()
1469 M, M, M->getDest(), M->getSource(), in processMemCpy()
1494 if (hasUndefContentsMSSA(MSSA, AA, M->getSource(), MD, M->getLength())) { in processMemCpy()
1525 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy()
1643 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, &CB, AC, in processByValArgument()
1648 if (MDep->getSource()->getType()->getPointerAddressSpace() != in processByValArgument()
1672 Value *TmpCast = MDep->getSource(); in processByValArgument()
1673 if (MDep->getSource()->getType() != ByValArg->getType()) { in processByValArgument()
1674 BitCastInst *TmpBitCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()