Searched refs:changeset_ty (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 53 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in __anon1bf2b2cd0111::DAGDeltaAlgorithmImpl 71 mutable std::set<changeset_ty> FailedTestsCache; 124 bool ExecuteOneTest(const changeset_ty &S) { in ExecuteOneTest() 141 changeset_ty Run(); 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 158 const changeset_ty &Required; 173 const changeset_ty &Required) in DeltaActiveSetHelper() 292 changeset_ty Extended(Required); in GetTestResult() 308 DAGDeltaAlgorithm::changeset_ty 314 changeset_ty Required; in Run() [all …]
|
| H A D | DeltaAlgorithm.cpp | 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() 104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run() 106 if (GetTestResult(changeset_ty())) in Run() [all …]
|