Searched refs:changesetlist_ty (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h41 typedef std::vector<changeset_ty> changesetlist_ty; typedef in class:llvm::DeltaAlgorithm
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
61 const changesetlist_ty &Sets);
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {}
H A DDAGDeltaAlgorithm.h46 typedef std::vector<changeset_ty> changesetlist_ty; typedef in class:llvm::DAGDeltaAlgorithm
68 const changesetlist_ty &Sets,
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
45 const changesetlist_ty &Sets) {
59 changesetlist_ty SplitSets;
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
77 changesetlist_ty Sets;
92 changesetlist_ty ComplementSets;
110 changesetlist_ty Sets;
H A DDAGDeltaAlgorithm.cpp53 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in class:__anon2283::DAGDeltaAlgorithmImpl
120 const changesetlist_ty &Sets,
166 const changesetlist_ty &Sets) LLVM_OVERRIDE {

Completed in 113 milliseconds