Searched defs:Sets (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h61 const changesetlist_ty &Sets);
63 /// Search - Search for a subset (or subsets) in \arg Sets which can be
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {}
74 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
H A DDAGDeltaAlgorithm.h66 const changesetlist_ty &Sets,
65 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp45 const changesetlist_ty &Sets) {
47 UpdatedSearchState(Changes, Sets);
50 if (Sets.size() <= 1)
55 if (Search(Changes, Sets, Res))
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
61 ie = Sets.end(); it != ie; ++it)
63 if (SplitSets.size() == Sets.size())
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
74 ie = Sets
44 Delta(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
69 Search(const changeset_ty &Changes, const changesetlist_ty &Sets, changeset_ty &Res) argument
77 changesetlist_ty Sets; local
[all...]
H A DDAGDeltaAlgorithm.cpp120 const changesetlist_ty &Sets,
122 DDA.UpdatedSearchState(Changes, Sets, Required);
166 const changesetlist_ty &Sets) {
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
119 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
165 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets) argument
/external/llvm/utils/TableGen/
H A DTableGen.cpp169 SetTheory Sets; local
170 Sets.addFieldExpander("Set", "Elements");
174 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
H A DCodeGenRegisters.h224 SetTheory Sets; member in class:llvm::CodeGenRegBank
254 SetTheory &getSets() { return Sets; }
/external/guava/src/com/google/common/collect/
H A DSets.java61 public final class Sets { class
62 private Sets() {} method in class:Sets
411 * Set<Object> identityHashSet = Sets.newSetFromMap(
605 * Set<String> badStrings = (Set) Sets.intersection(

Completed in 397 milliseconds