Home
last modified time | relevance | path

Searched refs:is_disjoint (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/hashlink/tests/
Dlinked_hash_set.rs89 assert!(xs.is_disjoint(&ys)); in test_disjoint()
90 assert!(ys.is_disjoint(&xs)); in test_disjoint()
93 assert!(xs.is_disjoint(&ys)); in test_disjoint()
94 assert!(ys.is_disjoint(&xs)); in test_disjoint()
100 assert!(xs.is_disjoint(&ys)); in test_disjoint()
101 assert!(ys.is_disjoint(&xs)); in test_disjoint()
103 assert!(!xs.is_disjoint(&ys)); in test_disjoint()
104 assert!(!ys.is_disjoint(&xs)); in test_disjoint()
/external/rust/crates/hashbrown/src/
Dset.rs916 pub fn is_disjoint(&self, other: &Self) -> bool { in is_disjoint() function
1881 assert!(xs.is_disjoint(&ys)); in test_disjoint()
1882 assert!(ys.is_disjoint(&xs)); in test_disjoint()
1885 assert!(xs.is_disjoint(&ys)); in test_disjoint()
1886 assert!(ys.is_disjoint(&xs)); in test_disjoint()
1892 assert!(xs.is_disjoint(&ys)); in test_disjoint()
1893 assert!(ys.is_disjoint(&xs)); in test_disjoint()
1895 assert!(!xs.is_disjoint(&ys)); in test_disjoint()
1896 assert!(!ys.is_disjoint(&xs)); in test_disjoint()
/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp343 if (!Stores.is_disjoint(AccRel)) { in collectIncompatibleElts()
363 if (Stmt->isRegionStmt() && !Loads.is_disjoint(AccRel)) { in collectIncompatibleElts()
374 if (!Stores.is_disjoint(AccRel) && !onlySameValueWrites(Stmt)) { in collectIncompatibleElts()
DMaximalStaticExpansion.cpp225 if (!StmtWrites.is_disjoint(AccRel)) { in isExpandable()
DDeLICM.cpp253 assert(Occupied.is_disjoint(Unused)); in checkConsistency()
/external/llvm-project/polly/lib/External/isl/
Disl_union_map.c2595 isl_bool is_disjoint; member
2616 data->is_disjoint = isl_map_is_disjoint(map, entry2->data); in is_disjoint_entry()
2617 if (data->is_disjoint < 0 || !data->is_disjoint) in is_disjoint_entry()
2643 data.is_disjoint) in isl_union_map_is_disjoint()
2649 return data.is_disjoint; in isl_union_map_is_disjoint()
/external/rust/crates/hashlink/src/
Dlinked_hash_set.rs191 pub fn is_disjoint(&self, other: &LinkedHashSet<T, S>) -> bool { in is_disjoint() function
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h684 inline boolean is_disjoint(const basic_map &bmap2) const;
841 inline boolean is_disjoint(const basic_set &bset2) const;
1329 inline boolean is_disjoint(const map &map2) const;
2719 inline boolean is_disjoint(const set &set2) const;
3116 inline boolean is_disjoint(const union_map &umap2) const;
3553 inline boolean is_disjoint(const union_set &uset2) const;
5787 boolean basic_map::is_disjoint(const basic_map &bmap2) const in is_disjoint() function
6540 boolean basic_set::is_disjoint(const basic_set &bset2) const in is_disjoint() function
8546 boolean map::is_disjoint(const map &map2) const in is_disjoint() function
14951 boolean set::is_disjoint(const set &set2) const in is_disjoint() function
[all …]
Dcpp-checked.h1497 inline boolean is_disjoint(const isl::checked::map &map2) const;
2563 inline boolean is_disjoint(const isl::checked::set &set2) const;
2787 inline boolean is_disjoint(const isl::checked::union_map &umap2) const;
3014 inline boolean is_disjoint(const isl::checked::union_set &uset2) const;
6364 boolean map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function
10478 boolean set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function
11440 boolean union_map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function
12441 boolean union_set::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function
Dcpp.h1562 inline bool is_disjoint(const isl::map &map2) const;
2628 inline bool is_disjoint(const isl::set &set2) const;
2852 inline bool is_disjoint(const isl::union_map &umap2) const;
3079 inline bool is_disjoint(const isl::union_set &uset2) const;
7753 bool map::is_disjoint(const isl::map &map2) const in is_disjoint() function
14577 bool set::is_disjoint(const isl::set &set2) const in is_disjoint() function
16255 bool union_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function
18026 bool union_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2049 if (Set.is_disjoint(Context)) in isEffectiveAssumption()
DScopBuilder.cpp3547 if (AGDomain.is_disjoint(MADomain)) { in splitAliasGroupsByDomain()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py6682 def is_disjoint(arg0, arg1): member in union_map
7628 def is_disjoint(arg0, arg1): member in map
7638 return union_map(arg0).is_disjoint(arg1)
8779 def is_disjoint(arg0, arg1): member in union_set
9381 def is_disjoint(arg0, arg1): member in set
9391 return union_set(arg0).is_disjoint(arg1)