Searched refs:DeltaAlgorithm (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h1 //===--- DeltaAlgorithm.h - A Set Minimization Algorithm -------*- C++ -*--===//
17 /// DeltaAlgorithm - Implements the delta debugging algorithm (A. Zeller '99)
36 class DeltaAlgorithm { class in namespace:llvm
80 DeltaAlgorithm& operator=(const DeltaAlgorithm&) = default;
83 virtual ~DeltaAlgorithm();
/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp1 //===--- DeltaAlgorithm.cpp - A Set Minimization Algorithm -----*- C++ -*--===//
9 #include "llvm/ADT/DeltaAlgorithm.h"
14 DeltaAlgorithm::~DeltaAlgorithm() {
17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes,
104 DeltaAlgorithm
[all...]
H A DDAGDeltaAlgorithm.cpp35 #include "llvm/ADT/DeltaAlgorithm.h"
156 class DeltaActiveSetHelper : public DeltaAlgorithm {
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDeltaAlgorithm.cpp1 //===--- DeltaAlgorithm.cpp - A Set Minimization Algorithm -----*- C++ -*--===//
9 #include "llvm/ADT/DeltaAlgorithm.h"
14 DeltaAlgorithm::~DeltaAlgorithm() {
17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes,
104 DeltaAlgorithm
[all...]
H A DDAGDeltaAlgorithm.cpp35 #include "llvm/ADT/DeltaAlgorithm.h"
158 class DeltaActiveSetHelper : public DeltaAlgorithm {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDeltaAlgorithm.h1 //===--- DeltaAlgorithm.h - A Set Minimization Algorithm -------*- C++ -*--===//
17 /// DeltaAlgorithm - Implements the delta debugging algorithm (A. Zeller '99)
36 class DeltaAlgorithm { class in namespace:llvm
81 virtual ~DeltaAlgorithm();
/external/llvm/unittests/ADT/
H A DDeltaAlgorithmTest.cpp11 #include "llvm/ADT/DeltaAlgorithm.h"
35 class FixedDeltaAlgorithm final : public DeltaAlgorithm {
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DDeltaAlgorithmTest.cpp11 #include "llvm/ADT/DeltaAlgorithm.h"
35 class FixedDeltaAlgorithm : public DeltaAlgorithm {
/external/clang/utils/
H A Dtoken-delta.py11 class DeltaAlgorithm(object): class in inherits:object
133 class TMBDDelta(DeltaAlgorithm):
/external/swiftshader/third_party/LLVM/
H A DAndroid.mk229 lib/Support/DeltaAlgorithm.cpp \

Completed in 333 milliseconds