Searched refs:getForSource (Results 1 – 6 of 6) sorted by relevance
86 MemoryLocation MemoryLocation::getForSource(const MemTransferInst *MTI) { in getForSource() function in MemoryLocation87 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()90 MemoryLocation MemoryLocation::getForSource(const AtomicMemTransferInst *MTI) { in getForSource() function in MemoryLocation91 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()94 MemoryLocation MemoryLocation::getForSource(const AnyMemTransferInst *MTI) { in getForSource() function in MemoryLocation
403 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
942 if ((SrcAA = getBestAAResults().alias(MemoryLocation::getForSource(Inst), in getModRefInfo()
226 static MemoryLocation getForSource(const MemTransferInst *MTI);227 static MemoryLocation getForSource(const AtomicMemTransferInst *MTI);228 static MemoryLocation getForSource(const AnyMemTransferInst *MTI);
1045 MD->getPointerDependencyFrom(MemoryLocation::getForSource(MDep), false, in processMemCpyMemCpyDependence()1055 MemoryLocation::getForSource(MDep))) in processMemCpyMemCpyDependence()1197 MemoryLocation MemCpyLoc = MemoryLocation::getForSource(MemCpy); in performMemCpyToMemSetOptzn()1276 MemoryLocation SrcLoc = MemoryLocation::getForSource(M); in processMemCpy()1314 MemoryLocation::getForSource(M))) in processMemMove()1390 MemoryLocation::getForSource(MDep), false, in processByValArgument()
229 return MemoryLocation::getForSource(MTI); in getLocForRead()