Searched refs:changeset_ty (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 53 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in __anon1494bb440111::DAGDeltaAlgorithmImpl 71 mutable std::set<changeset_ty> FailedTestsCache; 117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() 119 const changeset_ty &Required) { in UpdatedSearchState() 124 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest() 127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest() 138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 141 changeset_ty Run(); 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 158 const changeset_ty &Required; [all …]
|
H A 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DeltaAlgorithm.h | 39 using changeset_ty = std::set<change_ty>; variable 40 using changesetlist_ty = std::vector<changeset_ty>; 45 std::set<changeset_ty> FailedTestsCache; 52 bool GetTestResult(const changeset_ty &Changes); 55 void Split(const changeset_ty &S, changesetlist_ty &Res); 59 changeset_ty Delta(const changeset_ty &Changes, 68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 69 changeset_ty &Res); 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() 77 virtual bool ExecuteOneTest(const changeset_ty &S) = 0; [all …]
|
H A D | DAGDeltaAlgorithm.h | 46 using changeset_ty = std::set<change_ty>; variable 47 using changesetlist_ty = std::vector<changeset_ty>; 64 changeset_ty Run(const changeset_ty &Changes, 68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() 70 const changeset_ty &Required) {} in UpdatedSearchState() 73 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
|