/external/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 40 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 …]
|
D | DAGDeltaAlgorithm.h | 45 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/ |
D | DeltaAlgorithm.h | 40 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 …]
|
D | DAGDeltaAlgorithm.h | 44 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/ |
D | DAGDeltaAlgorithm.cpp | 52 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 …]
|
D | DeltaAlgorithm.cpp | 17 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/ |
D | DAGDeltaAlgorithm.cpp | 54 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 …]
|
D | DeltaAlgorithm.cpp | 17 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/ |
D | DeltaAlgorithmTest.cpp | 36 changeset_ty FailingSet; 40 virtual bool ExecuteOneTest(const changeset_ty &Changes) { in ExecuteOneTest() 47 FixedDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDeltaAlgorithm()
|
D | DAGDeltaAlgorithmTest.cpp | 21 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/ |
D | DAGDeltaAlgorithmTest.cpp | 21 changeset_ty FailingSet; 25 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest() 32 FixedDAGDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDAGDeltaAlgorithm()
|
D | DeltaAlgorithmTest.cpp | 36 changeset_ty FailingSet; 40 bool ExecuteOneTest(const changeset_ty &Changes) override { in ExecuteOneTest() 47 FixedDeltaAlgorithm(const changeset_ty &_FailingSet) in FixedDeltaAlgorithm()
|