Home | History | Annotate | Download | only in Support

Lines Matching refs:DAGDeltaAlgorithm

1 //===--- DAGDeltaAlgorithm.cpp - A DAG Minimization Algorithm --*- C++ -*--===//
34 #include "llvm/ADT/DAGDeltaAlgorithm.h"
53 typedef DAGDeltaAlgorithm::change_ty change_ty;
54 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty;
55 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty;
56 typedef DAGDeltaAlgorithm::edge_ty edge_ty;
64 DAGDeltaAlgorithm &DDA;
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
181 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
301 DAGDeltaAlgorithm::changeset_ty
347 void DAGDeltaAlgorithm::anchor() {
350 DAGDeltaAlgorithm::changeset_ty
351 DAGDeltaAlgorithm::Run(const changeset_ty &Changes,