Lines Matching defs:OtherStore
20959 if (auto *OtherStore = dyn_cast<StoreSDNode>(Use.getUser())) {20962 if (CandidateMatch(OtherStore, Ptr, PtrDiff) &&20963 !OverLimitInDependenceCheck(OtherStore, RootNode))20964 StoreNodes.push_back(MemOpLink(OtherStore, PtrDiff));