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