Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp95 MemoryLocation MemoryLocation::getForSource(const MemTransferInst *MTI) { in getForSource() function in MemoryLocation
96 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
99 MemoryLocation MemoryLocation::getForSource(const AtomicMemTransferInst *MTI) { in getForSource() function in MemoryLocation
100 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
103 MemoryLocation MemoryLocation::getForSource(const AnyMemTransferInst *MTI) { in getForSource() function in MemoryLocation
H A DLint.cpp292 visitMemoryReference(I, MemoryLocation::getForSource(MCI), in visitCallBase()
314 visitMemoryReference(I, MemoryLocation::getForSource(MCII), in visitCallBase()
330 visitMemoryReference(I, MemoryLocation::getForSource(MMI), in visitCallBase()
H A DAliasSetTracker.cpp343 addMemoryLocation(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h260 static MemoryLocation getForSource(const MemTransferInst *MTI);
261 static MemoryLocation getForSource(const AtomicMemTransferInst *MTI);
262 static MemoryLocation getForSource(const AnyMemTransferInst *MTI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1157 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processMemCpyMemCpyDependence()
1167 if (isModSet(BAA.getModRefInfo(M, MemoryLocation::getForSource(MDep)))) { in processMemCpyMemCpyDependence()
1240 if (isModSet(BAA.getModRefInfo(MemCpy, MemoryLocation::getForSource(MemCpy)))) in processMemSetMemCpyDependence()
1395 MemoryLocation MemCpyLoc = MemoryLocation::getForSource(MemCpy); in performMemCpyToMemSetOptzn()
1716 AnyClobber, MemoryLocation::getForSource(M), BAA); in processMemCpy()
1792 if (isModSet(AA->getModRefInfo(M, MemoryLocation::getForSource(M)))) in processMemMove()
1866 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processByValArgument()
1957 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processImmutArgument()
1962 if (isModSet(AA->getModRefInfo(&CB, MemoryLocation::getForSource(MDep)))) in processImmutArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp911 if (!AddLocationPtr(MemoryLocation::getForSource(MTI))) in isPotentiallyAffectedByBarrier()