Searched refs:coalesce_range (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_coalesce.c | 4054 static int coalesce_range(isl_ctx *ctx, struct isl_coalesce_info *info, in coalesce_range() function 4108 if (coalesce_range(ctx, info, start, end, start, end) < 0) in coalesce() 4110 if (coalesce_range(ctx, info, start, end, end, n) < 0) in coalesce()
|