Home
last modified time | relevance | path

Searched refs:has_tuple_name (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/unittests/DeLICM/
H A DDeLICMTest.cpp54 if (!Map.has_tuple_name(isl::dim::out)) in completeLifetime()
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp685 if (!ASpace.is_params() && ASpace.has_tuple_name(isl::dim::set)) in structureCompare()
689 if (!BSpace.is_params() && BSpace.has_tuple_name(isl::dim::set)) in structureCompare()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_pw_templ.c302 isl_bool FN(PW,has_tuple_name)(__isl_keep PW *pw, enum isl_dim_type type) in FN() argument
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1518 inline boolean has_tuple_name(isl::dim type) const;
2188 inline boolean has_tuple_name(isl::dim type) const;
4149 inline boolean has_tuple_name(isl::dim type) const;
8317 boolean basic_map::has_tuple_name(isl::dim type) const in has_tuple_name() function
8319 return isl::map(*this).has_tuple_name(type); in has_tuple_name()
11110 boolean map::has_tuple_name(isl::dim type) const in has_tuple_name() function
19766 boolean space::has_tuple_name(isl::dim type) const in has_tuple_name() function