Searched defs:Sets (Results 1 - 8 of 8) 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.h67 const changesetlist_ty &Sets,
66 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.cpp168 SetTheory Sets; local
169 Sets.addFieldExpander("Set", "Elements");
173 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
H A DCodeGenRegisters.h331 SetTheory Sets; member in class:llvm::CodeGenRegBank
393 SetTheory &getSets() { return Sets; }
/external/guava/guava/src/com/google/common/collect/
H A DSets.java64 public final class Sets { class
65 private Sets() {} method in class:Sets
358 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
442 * Set<Object> identityHashSet = Sets.newSetFromMap(
636 * Set<String> badStrings = (Set) Sets.intersection(
889 * Sets.cartesianProduct(ImmutableList.of(
945 * Sets.cartesianProduct(
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java61 public final class Sets { class
62 private Sets() {} method in class:Sets
355 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
439 * Set<Object> identityHashSet = Sets.newSetFromMap(
624 * Set<String> badStrings = (Set) Sets.intersection(
877 * Sets.cartesianProduct(ImmutableList.of(
933 * Sets.cartesianProduct(

Completed in 314 milliseconds