Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp456 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI); in isPossibleSelfRead() local
457 if (!InstReadLoc.Ptr) return false; // Not a reading instruction. in isPossibleSelfRead()
460 if (AA.isNoAlias(InstReadLoc, InstStoreLoc)) return false; in isPossibleSelfRead()
472 if (DepReadLoc.Ptr && AA.isMustAlias(InstReadLoc.Ptr, DepReadLoc.Ptr)) in isPossibleSelfRead()