Lines Matching refs:getSource
1114 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence()
1122 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence()
1371 if (hasUndefContents(MSSA, AA, MemCpy->getSource(), MD, CopySize)) in performMemCpyToMemSetOptzn()
1402 if (M->getSource() == M->getDest()) { in processMemCpy()
1409 if (auto *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy()
1464 M, M, M->getDest(), M->getSource(), in processMemCpy()
1488 if (hasUndefContents(MSSA, AA, M->getSource(), MD, M->getLength())) { in processMemCpy()
1562 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, &CB, AC, in processByValArgument()
1567 if (MDep->getSource()->getType()->getPointerAddressSpace() != in processByValArgument()
1581 Value *TmpCast = MDep->getSource(); in processByValArgument()
1582 if (MDep->getSource()->getType() != ByValArg->getType()) { in processByValArgument()
1583 BitCastInst *TmpBitCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()