Searched refs:InstReadLoc (Results 1 – 1 of 1) sorted by relevance
547 MemoryLocation InstReadLoc = getLocForRead(Inst, TLI); in isPossibleSelfRead() local548 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()