Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp290 visitMemoryReference(I, MemoryLocation::getForSource(MCI), in visitCallBase()
312 visitMemoryReference(I, MemoryLocation::getForSource(MCII), in visitCallBase()
328 visitMemoryReference(I, MemoryLocation::getForSource(MMI), in visitCallBase()
H A DAliasSetTracker.cpp396 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h249 static MemoryLocation getForSource(const MemTransferInst *MTI);
250 static MemoryLocation getForSource(const AtomicMemTransferInst *MTI);
251 static MemoryLocation getForSource(const AnyMemTransferInst *MTI);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1193 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processMemCpyMemCpyDependence()
1203 if (isModSet(BAA.getModRefInfo(M, MemoryLocation::getForSource(MDep)))) in processMemCpyMemCpyDependence()
1265 if (isModSet(BAA.getModRefInfo(MemCpy, MemoryLocation::getForSource(MemCpy)))) in processMemSetMemCpyDependence()
1416 MemoryLocation MemCpyLoc = MemoryLocation::getForSource(MemCpy); in performMemCpyToMemSetOptzn()
1497 AnyClobber, MemoryLocation::getForSource(M), BAA); in processMemCpy()
1550 if (isModSet(AA->getModRefInfo(M, MemoryLocation::getForSource(M)))) in processMemMove()
1625 if (writtenBetween(MSSA, BAA, MemoryLocation::getForSource(MDep), in processByValArgument()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp826 if (!AddLocationPtr(MemoryLocation::getForSource(MTI))) in isPotentiallyAffectedByBarrier()