Home
last modified time | relevance | path

Searched refs:changesetlist_ty (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
45 const changesetlist_ty &Sets) { in Delta()
59 changesetlist_ty SplitSets; in Delta()
60 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta()
70 const changesetlist_ty &Sets, in Search()
73 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search()
77 changesetlist_ty Sets; in Search()
92 changesetlist_ty ComplementSets; in Search()
110 changesetlist_ty Sets; in Run()
DDAGDeltaAlgorithm.cpp55 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anon7b74b1da0111::DAGDeltaAlgorithmImpl
119 const changesetlist_ty &Sets, in UpdatedSearchState()
164 const changesetlist_ty &Sets) override { in UpdatedSearchState()
/external/swiftshader/third_party/LLVM/lib/Support/
DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
45 const changesetlist_ty &Sets) { in Delta()
59 changesetlist_ty SplitSets; in Delta()
60 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta()
70 const changesetlist_ty &Sets, in Search()
73 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search()
77 changesetlist_ty Sets; in Search()
92 changesetlist_ty ComplementSets; in Search()
110 changesetlist_ty Sets; in Run()
DDAGDeltaAlgorithm.cpp53 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anon9e630b860111::DAGDeltaAlgorithmImpl
120 const changesetlist_ty &Sets, in UpdatedSearchState()
166 const changesetlist_ty &Sets) { in UpdatedSearchState()
/external/llvm/include/llvm/ADT/
DDeltaAlgorithm.h41 typedef std::vector<changeset_ty> changesetlist_ty; typedef
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
61 const changesetlist_ty &Sets);
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {} in UpdatedSearchState()
DDAGDeltaAlgorithm.h46 typedef std::vector<changeset_ty> changesetlist_ty; typedef
68 const changesetlist_ty &Sets, in UpdatedSearchState()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDeltaAlgorithm.h41 typedef std::vector<changeset_ty> changesetlist_ty; typedef
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
61 const changesetlist_ty &Sets);
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {} in UpdatedSearchState()
DDAGDeltaAlgorithm.h45 typedef std::vector<changeset_ty> changesetlist_ty; typedef
66 const changesetlist_ty &Sets, in UpdatedSearchState()