Home
last modified time | relevance | path

Searched refs:FailedTestsCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp19 if (FailedTestsCache.count(Changes)) in GetTestResult()
24 FailedTestsCache.insert(Changes); in GetTestResult()
H A DDAGDeltaAlgorithm.cpp72 mutable std::set<changeset_ty> FailedTestsCache; member in __anonbc61025e0111::DAGDeltaAlgorithmImpl
299 if (FailedTestsCache.count(Extended)) in GetTestResult()
304 FailedTestsCache.insert(Extended); in GetTestResult()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h46 std::set<changeset_ty> FailedTestsCache;