Searched refs:check_closed (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_transitive_closure.c1727 * check_closed is set if we may have used the fact that
1732 int check_closed; member in struct:isl_tc_follows_data
1750 * *check_closed is set if the subset relation holds while
1795 data->check_closed = 1;
1852 data.check_closed = 0;
1858 if (data.check_closed && !exact)
1891 if (c > 1 && data.check_closed && !*exact) {
2797 data.check_closed = 0;
2826 if (c > 1 && data.check_closed && !*exact) {

Completed in 48 milliseconds