reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3605 gt = isl_map_universe(space); 3607 gt = isl_map_equate(gt, isl_dim_in, i, isl_dim_out, i); 3607 gt = isl_map_equate(gt, isl_dim_in, i, isl_dim_out, i); 3608 gt = isl_map_order_gt(gt, isl_dim_in, depth, isl_dim_out, depth); 3608 gt = isl_map_order_gt(gt, isl_dim_in, depth, isl_dim_out, depth); 3609 lt = isl_map_reverse(isl_map_copy(gt)); 3610 before = isl_set_apply(isl_set_copy(isolated), gt);