reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
537 next_element = isl_map_empty(isl_space_map_from_set(space)); 539 next_element = next(space, dim - 1); 542 map = isl_map_copy(next_element); 549 isl_map_free(next_element); 561 coalesced = isl_map_is_subset(map, next_element); 563 isl_map_free(next_element);