Home
last modified time | relevance | path

Searched refs:getForSource (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryLocation.cpp86 MemoryLocation MemoryLocation::getForSource(const MemTransferInst *MTI) { in getForSource() function in MemoryLocation
87 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
90 MemoryLocation MemoryLocation::getForSource(const AtomicMemTransferInst *MTI) { in getForSource() function in MemoryLocation
91 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
94 MemoryLocation MemoryLocation::getForSource(const AnyMemTransferInst *MTI) { in getForSource() function in MemoryLocation
H A DAliasSetTracker.cpp403 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
H A DBasicAliasAnalysis.cpp942 if ((SrcAA = getBestAAResults().alias(MemoryLocation::getForSource(Inst), in getModRefInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryLocation.h226 static MemoryLocation getForSource(const MemTransferInst *MTI);
227 static MemoryLocation getForSource(const AtomicMemTransferInst *MTI);
228 static MemoryLocation getForSource(const AnyMemTransferInst *MTI);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1045 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()
H A DDeadStoreElimination.cpp229 return MemoryLocation::getForSource(MTI); in getLocForRead()