Home
last modified time | relevance | path

Searched refs:getLocForRead (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDeadStoreElimination.cpp204 getLocForRead(Instruction *Inst, AliasAnalysis &AA) { in getLocForRead() function
394 AliasAnalysis::Location InstReadLoc = getLocForRead(Inst, AA); in isPossibleSelfRead()
408 AliasAnalysis::Location DepReadLoc = getLocForRead(DepWrite, AA); in isPossibleSelfRead()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp179 static MemoryLocation getLocForRead(Instruction *Inst, in getLocForRead() function
484 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI); in isPossibleSelfRead()
498 MemoryLocation DepReadLoc = getLocForRead(DepWrite, TLI); in isPossibleSelfRead()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp222 static MemoryLocation getLocForRead(Instruction *Inst, in getLocForRead() function
545 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI); in isPossibleSelfRead()
569 MemoryLocation DepReadLoc = getLocForRead(DepWrite, TLI); in isPossibleSelfRead()