reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 bounds = ppcg_size_from_extent(isl_set_copy(extent)); 220 bounds = isl_multi_pw_aff_gist(bounds, isl_set_copy(prog->context)); 220 bounds = isl_multi_pw_aff_gist(bounds, isl_set_copy(prog->context)); 221 if (!bounds) 223 if (!isl_multi_pw_aff_is_cst(bounds)) 225 info->bound = bounds;