Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp222 static MemoryLocation getLocForRead(Instruction *Inst, in getLocForRead() function
547 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI); in isPossibleSelfRead()
571 MemoryLocation DepReadLoc = getLocForRead(DepWrite, TLI); in isPossibleSelfRead()