Searched refs:getForSource (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 95 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 D | Lint.cpp | 292 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 D | AliasSetTracker.cpp | 343 addMemoryLocation(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 260 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 D | MemCpyOptimizer.cpp | 1157 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 D | Attributor.cpp | 911 if (!AddLocationPtr(MemoryLocation::getForSource(MTI))) in isPotentiallyAffectedByBarrier()
|