Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp94 MemoryLocation MemoryLocation::getForSource(const MemTransferInst *MTI) { in getForSource() function in MemoryLocation
95 return getForSource(cast<AnyMemTransferInst>(MTI)); in getForSource()
98 MemoryLocation MemoryLocation::getForSource(const AnyMemTransferInst *MTI) { in getForSource() function in MemoryLocation
H A DLint.cpp322 visitMemoryReference(I, MemoryLocation::getForSource(MCI), in visitCallBase()
343 visitMemoryReference(I, MemoryLocation::getForSource(MMI), in visitCallBase()
H A DAliasSetTracker.cpp342 addMemoryLocation(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1173 auto MCopyLoc = MemoryLocation::getForSource(MDep); in processMemCpyMemCpyDependence()
1230 if (isModSet(BAA.getModRefInfo(M, MemoryLocation::getForSource(MDep)))) { in processMemCpyMemCpyDependence()
1311 if (isModSet(BAA.getModRefInfo(MemCpy, MemoryLocation::getForSource(MemCpy)))) in processMemSetMemCpyDependence()
1432 MemoryLocation MemCpyLoc = MemoryLocation::getForSource(MemCpy); in overreadUndefContents()
1803 AnyClobber, MemoryLocation::getForSource(M), BAA); in processMemCpy()
1884 MemoryLocation SourceLoc = MemoryLocation::getForSource(M); in isMemMoveMemSetDependency()
1932 if (isModSet(AA->getModRefInfo(M, MemoryLocation::getForSource(M)))) { in processMemMove()
2016 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processByValArgument()
2116 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processImmutArgument()
2121 if (isModSet(BAA.getModRefInfo(&CB, MemoryLocation::getForSource(MDep)))) in processImmutArgument()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h255 LLVM_ABI static MemoryLocation getForSource(const MemTransferInst *MTI);
256 LLVM_ABI static MemoryLocation getForSource(const AnyMemTransferInst *MTI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp912 if (!AddLocationPtr(MemoryLocation::getForSource(MTI))) in isPotentiallyAffectedByBarrier()