Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp18 if (FailedTestsCache.count(Changes)) in GetTestResult()
23 FailedTestsCache.insert(Changes); in GetTestResult()
H A DDAGDeltaAlgorithm.cpp71 mutable std::set<changeset_ty> FailedTestsCache; member in __anon1bf2b2cd0111::DAGDeltaAlgorithmImpl
298 if (FailedTestsCache.count(Extended)) in GetTestResult()
303 FailedTestsCache.insert(Extended); in GetTestResult()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h45 std::set<changeset_ty> FailedTestsCache;