Home | History | Annotate | Download | only in Support

Lines Matching refs:DeltaAlgorithm

1 //===--- 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::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) {