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

/haiku-buildtools/isl/
H A Disl_flow.c165 * restrict_fn is a callback that (if not NULL) will be called
173 isl_access_restrict restrict_fn; member in struct:isl_access_info
254 acc->restrict_fn = fn;
509 * but first check if the user has set acc->restrict_fn and if so
530 if (!acc->restrict_fn)
538 restr = acc->restrict_fn(source_map, sink_domain,

Completed in 30 milliseconds