Lines Matching defs:OtherStore
20516 if (auto *OtherStore = dyn_cast<StoreSDNode>(*UseIter)) {20519 if (CandidateMatch(OtherStore, Ptr, PtrDiff) &&20520 !OverLimitInDependenceCheck(OtherStore, RootNode))20521 StoreNodes.push_back(MemOpLink(OtherStore, PtrDiff));