Searched refs:getForSource (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h85 static MemoryLocation getForSource(const MemTransferInst *MTI);
/external/llvm/lib/Analysis/
H A DMemoryLocation.cpp67 MemoryLocation MemoryLocation::getForSource(const MemTransferInst *MTI) { function in class:MemoryLocation
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp803 MD->getPointerDependencyFrom(MemoryLocation::getForSource(MDep), false,
813 MemoryLocation::getForSource(MDep)))
999 MemoryLocation SrcLoc = MemoryLocation::getForSource(M);
1049 MemoryLocation::getForSource(M)))
1121 MemoryLocation::getForSource(MDep), false,
H A DDeadStoreElimination.cpp240 return MemoryLocation::getForSource(MTI);
913 LoadedLoc = MemoryLocation::getForSource(MTI);

Completed in 179 milliseconds