Home
last modified time | relevance | path

Searched refs:DeltaAlgorithm (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp14 DeltaAlgorithm::~DeltaAlgorithm() = default;
16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()
27 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
42 DeltaAlgorithm::changeset_ty
43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()
67 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()
102 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run()
H A DDAGDeltaAlgorithm.cpp34 #include "llvm/ADT/DeltaAlgorithm.h"
153 class DeltaActiveSetHelper : public DeltaAlgorithm {
H A DCMakeLists.txt179 DeltaAlgorithm.cpp
/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h35 class DeltaAlgorithm {
79 DeltaAlgorithm& operator=(const DeltaAlgorithm&) = default;
82 virtual ~DeltaAlgorithm();
/llvm-project/clang/utils/
H A Dtoken-delta.py13 class DeltaAlgorithm(object): class
144 class TMBDDelta(DeltaAlgorithm):
/llvm-project/llvm/unittests/ADT/
H A DDeltaAlgorithmTest.cpp34 class FixedDeltaAlgorithm final : public DeltaAlgorithm {
/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn76 "DeltaAlgorithm.cpp",