Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp547 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI); in isPossibleSelfRead() local
548 if (!InstReadLoc.Ptr) in isPossibleSelfRead()
552 if (AA.isNoAlias(InstReadLoc, InstStoreLoc)) in isPossibleSelfRead()
573 if (DepReadLoc.Ptr && AA.isMustAlias(InstReadLoc.Ptr, DepReadLoc.Ptr)) in isPossibleSelfRead()