Home
last modified time | relevance | path

Searched refs:changeset_ty (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/ADT/
DDeltaAlgorithm.h40 typedef std::set<change_ty> changeset_ty; typedef
41 typedef std::vector<changeset_ty> changesetlist_ty;
46 std::set<changeset_ty> FailedTestsCache;
53 bool GetTestResult(const changeset_ty &Changes);
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
60 changeset_ty Delta(const changeset_ty &Changes,
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
70 changeset_ty &Res);
74 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
78 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
[all …]
DDAGDeltaAlgorithm.h45 typedef std::set<change_ty> changeset_ty; typedef
46 typedef std::vector<changeset_ty> changesetlist_ty;
63 changeset_ty Run(const changeset_ty &Changes,
67 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
69 const changeset_ty &Required) {} in UpdatedSearchState()
72 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDeltaAlgorithm.h40 typedef std::set<change_ty> changeset_ty; typedef
41 typedef std::vector<changeset_ty> changesetlist_ty;
46 std::set<changeset_ty> FailedTestsCache;
53 bool GetTestResult(const changeset_ty &Changes);
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
60 changeset_ty Delta(const changeset_ty &Changes,
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
70 changeset_ty &Res);
74 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
78 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
[all …]
DDAGDeltaAlgorithm.h44 typedef std::set<change_ty> changeset_ty; typedef
45 typedef std::vector<changeset_ty> changesetlist_ty;
61 changeset_ty Run(const changeset_ty &Changes,
65 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
67 const changeset_ty &Required) {} in UpdatedSearchState()
70 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
/external/swiftshader/third_party/LLVM/lib/Support/
DDAGDeltaAlgorithm.cpp52 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in __anon9e630b860111::DAGDeltaAlgorithmImpl
64 const changeset_ty &Changes;
73 mutable std::set<changeset_ty> FailedTestsCache;
119 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
121 const changeset_ty &Required) { in UpdatedSearchState()
126 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest()
129 for (changeset_ty::const_iterator it = S.begin(), in ExecuteOneTest()
141 const changeset_ty &_Changes,
144 changeset_ty Run();
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
[all …]
DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
32 changeset_ty LHS, RHS; in Split()
34 for (changeset_ty::const_iterator it = S.begin(), in Split()
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()
54 changeset_ty Res; in Delta()
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()
71 changeset_ty &Res) { in Search()
87 changeset_ty Complement; in Search()
[all …]
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp54 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in __anon7b74b1da0111::DAGDeltaAlgorithmImpl
72 mutable std::set<changeset_ty> FailedTestsCache;
118 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
120 const changeset_ty &Required) { in UpdatedSearchState()
125 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest()
128 for (changeset_ty::const_iterator it = S.begin(), in ExecuteOneTest()
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
142 changeset_ty Run();
152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
159 const changeset_ty &Required;
[all …]
DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
32 changeset_ty LHS, RHS; in Split()
34 for (changeset_ty::const_iterator it = S.begin(), in Split()
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()
54 changeset_ty Res; in Delta()
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()
71 changeset_ty &Res) { in Search()
87 changeset_ty Complement; in Search()
[all …]
/external/swiftshader/third_party/LLVM/unittests/ADT/
DDeltaAlgorithmTest.cpp36 changeset_ty FailingSet;
40 virtual bool ExecuteOneTest(const changeset_ty &Changes) { in ExecuteOneTest()
47 FixedDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDeltaAlgorithm()
DDAGDeltaAlgorithmTest.cpp21 changeset_ty FailingSet;
25 virtual bool ExecuteOneTest(const changeset_ty &Changes) { in ExecuteOneTest()
32 FixedDAGDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDAGDeltaAlgorithm()
/external/llvm/unittests/ADT/
DDAGDeltaAlgorithmTest.cpp21 changeset_ty FailingSet;
25 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest()
32 FixedDAGDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDAGDeltaAlgorithm()
DDeltaAlgorithmTest.cpp36 changeset_ty FailingSet;
40 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest()
47 FixedDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDeltaAlgorithm()