Home
last modified time | relevance | path

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

/src/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.cpp298 visitMemoryReference(I, MemoryLocation::getForSource(MCI), in visitCallBase()
319 visitMemoryReference(I, MemoryLocation::getForSource(MMI), in visitCallBase()
H A DAliasSetTracker.cpp343 addMemoryLocation(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h266 static MemoryLocation getForSource(const MemTransferInst *MTI);
267 static MemoryLocation getForSource(const AtomicMemTransferInst *MTI);
268 static MemoryLocation getForSource(const AnyMemTransferInst *MTI);
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1176 auto MCopyLoc = MemoryLocation::getForSource(MDep).getWithNewSize( in processMemCpyMemCpyDependence()
1177 MemoryLocation::getForSource(M).Size); in processMemCpyMemCpyDependence()
1228 if (isModSet(BAA.getModRefInfo(M, MemoryLocation::getForSource(MDep)))) { in processMemCpyMemCpyDependence()
1310 if (isModSet(BAA.getModRefInfo(MemCpy, MemoryLocation::getForSource(MemCpy)))) in processMemSetMemCpyDependence()
1464 MemoryLocation MemCpyLoc = MemoryLocation::getForSource(MemCpy); in performMemCpyToMemSetOptzn()
1785 AnyClobber, MemoryLocation::getForSource(M), BAA); in processMemCpy()
1861 if (isModSet(AA->getModRefInfo(M, MemoryLocation::getForSource(M)))) in processMemMove()
1935 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processByValArgument()
2026 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processImmutArgument()
2031 if (isModSet(AA->getModRefInfo(&CB, MemoryLocation::getForSource(MDep)))) in processImmutArgument()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp911 if (!AddLocationPtr(MemoryLocation::getForSource(MTI))) in isPotentiallyAffectedByBarrier()