Searched refs:hasSrc (Results 1 – 3 of 3) sorted by relevance
50 bool hasSrc(NodeId Src) const { return getDst(Src).isValid(); } in hasSrc() function in clang::diff::__anon0b30a76b0111::Mapping791 if (!M.hasSrc(Src) && !M.hasDst(Dst)) in addOptimalMapping()835 if (Id1 == T1.getRootId() && !M.hasSrc(T1.getRootId()) && in matchBottomUp()843 bool Matched = M.hasSrc(Id1); in matchBottomUp()846 N1.Children, [&](NodeId Child) { return M.hasSrc(Child); }); in matchBottomUp()884 if (identical(Id1, Id2) && !M.hasSrc(Id1) && !M.hasDst(Id2)) { in matchTopDown()891 if (!M.hasSrc(Id1)) in matchTopDown()918 if (!M.hasSrc(Id1)) { in computeChangeKinds()
78 bool hasSrc() const { return Src.has_value(); } in hasSrc() function
9116 assert(P.hasSrc() && "Must be a memory byte provider"); in MatchLoadCombine()9153 assert(P->hasSrc() && "provenance should either be memory or zero"); in MatchLoadCombine()