Searched refs:changesetlist_ty (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h40 using changesetlist_ty = std::vector<changeset_ty>;
55 void Split(const changeset_ty &S, changesetlist_ty &Res);
60 const changesetlist_ty &Sets);
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
74 const changesetlist_ty &Sets) {}
H A DDAGDeltaAlgorithm.h47 using changesetlist_ty = std::vector<changeset_ty>;
69 const changesetlist_ty &Sets,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
45 const changesetlist_ty &Sets) {
59 changesetlist_ty SplitSets;
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
77 changesetlist_ty Sets;
92 changesetlist_ty ComplementSets;
110 changesetlist_ty Sets;
H A DDAGDeltaAlgorithm.cpp54 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in class:__anon3785::DAGDeltaAlgorithmImpl
118 const changesetlist_ty &Sets,
163 const changesetlist_ty &Sets) override {

Completed in 66 milliseconds