Searched refs:changeset_ty (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DeltaAlgorithm.h | 40 using changeset_ty = std::set<change_ty>; variable 41 using changesetlist_ty = std::vector<changeset_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 …]
|
| H A D | DAGDeltaAlgorithm.h | 47 using changeset_ty = std::set<change_ty>; variable 48 using changesetlist_ty = std::vector<changeset_ty>; 65 changeset_ty Run(const changeset_ty &Changes, 69 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() 71 const changeset_ty &Required) {} in UpdatedSearchState() 74 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 54 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in __anonbc61025e0111::DAGDeltaAlgorithmImpl 72 mutable std::set<changeset_ty> FailedTestsCache; 125 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest() 142 changeset_ty Run(); 152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 159 const changeset_ty &Required; 174 const changeset_ty &Required) in DeltaActiveSetHelper() 293 changeset_ty Extended(Required); in GetTestResult() 309 DAGDeltaAlgorithm::changeset_ty 315 changeset_ty Required; in Run() [all …]
|
| H A D | DeltaAlgorithm.cpp | 33 changeset_ty LHS, RHS; in Split() 35 for (changeset_ty::const_iterator it = S.begin(), in Split() 44 DeltaAlgorithm::changeset_ty 45 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() 55 changeset_ty Res; in Delta() 70 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() 72 changeset_ty &Res) { in Search() 88 changeset_ty Complement; in Search() 105 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run() 107 if (GetTestResult(changeset_ty())) in Run() [all …]
|