|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/isl_tab.h 223 int isl_tab_is_redundant(struct isl_tab *tab, int con);
References
tools/polly/lib/External/isl/isl_coalesce.c 106 if (tab_i && isl_tab_is_redundant(tab_i, n_eq + k)) {
466 if (!isl_tab_is_redundant(tab, bmap->n_eq + k))
1143 if (!isl_tab_is_redundant(info[i].tab, n_eq + relax[l]))
1342 if (isl_tab_is_redundant(info->tab, bmap->n_eq + l))
2902 if (isl_tab_is_redundant(info->tab, n_eq + i))
tools/polly/lib/External/isl/isl_map_simplify.c 2267 } else if (isl_tab_is_redundant(tab, n_eq + row[i])) {
tools/polly/lib/External/isl/isl_map_subtract.c 249 r = isl_tab_is_redundant(tab, offset + i);
tools/polly/lib/External/isl/isl_tab.c 2646 else if (isl_tab_is_redundant(tab, n_eq + i))
tools/polly/lib/External/isl/isl_vertices.c 275 if (isl_tab_is_redundant(tab, level))
304 else if (isl_tab_is_redundant(tab, i))