HomeSort by: relevance | last modified time | path
    Searched refs:isl_tab_is_redundant (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/
isl_tab.h 224 int isl_tab_is_redundant(struct isl_tab *tab, int con);
isl_coalesce.c 112 if (tab_i && isl_tab_is_redundant(tab_i, n_eq + k)) {
484 if (!isl_tab_is_redundant(tab, bmap->n_eq + k))
1134 if (!isl_tab_is_redundant(info[i].tab, n_eq + relax[l]))
1366 if (isl_tab_is_redundant(info->tab, bmap->n_eq + l))
1500 red = isl_tab_is_redundant(info->tab, n_eq + l);
3191 if (isl_tab_is_redundant(info->tab, n_eq + i))
isl_vertices.c 277 if (isl_tab_is_redundant(tab, level))
306 else if (isl_tab_is_redundant(tab, i))
isl_map_subtract.c 259 r = isl_tab_is_redundant(tab, offset + i);
isl_tab.c 2642 else if (isl_tab_is_redundant(tab, n_eq + i))
3425 int isl_tab_is_redundant(struct isl_tab *tab, int con) function
isl_map_simplify.c 2468 } else if (isl_tab_is_redundant(tab, n_eq + row[i])) {

Completed in 69 milliseconds