Searched refs:ExecuteOneTest (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h53 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
72 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
73 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
H A DDeltaAlgorithm.h76 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
77 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
84 /// Run - Minimize the set \p Changes by executing \see ExecuteOneTest() on
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp123 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
124 bool ExecuteOneTest(const changeset_ty &S) { function in class:__anon3785::DAGDeltaAlgorithmImpl
134 return DDA.ExecuteOneTest(S);
167 bool ExecuteOneTest(const changeset_ty &S) override {
301 bool Result = ExecuteOneTest(Extended);
H A DDeltaAlgorithm.cpp21 bool Result = ExecuteOneTest(Changes);

Completed in 125 milliseconds