Home
last modified time | relevance | path

Searched refs:has_equal_space (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_type_check_equal_space_templ.c17 equal = FN(TYPE_PAIR,has_equal_space)(obj1, obj2); in FN()
H A Disl_type_has_equal_space_templ.c20 isl_bool FN(TYPE_PAIR,has_equal_space)(__isl_keep TYPE1 *obj1, in FN() argument
H A Disl_pw_templ.c2029 equal = FN(PW,has_equal_space)(pw1, pw2); in FN()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2530 if (!LoadAccs.has_equal_space(StoreAccs)) { in checkForReductions()
2547 if (AllAccs.has_equal_space(Accs)) { in checkForReductions()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1515 inline boolean has_equal_space(const isl::map &map2) const;
1737 inline boolean has_equal_space(const isl::set &set2) const;
2185 inline boolean has_equal_space(const isl::map &map2) const;
2910 inline boolean has_equal_space(const isl::set &set2) const;
3948 inline boolean has_equal_space(const isl::set &set2) const;
8304 return isl::map(*this).has_equal_space(map2); in has_equal_space()
9318 return isl::set(*this).has_equal_space(set2); in has_equal_space()
11092 boolean map::has_equal_space(const isl::map &map2) const in has_equal_space() function
14517 boolean point::has_equal_space(const isl::set &set2) const in has_equal_space() function
14519 return isl::basic_set(*this).has_equal_space(set2); in has_equal_space()
[all …]