reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
484 if (!map || !point) 487 map = isl_map_copy(map); 487 map = isl_map_copy(map); 488 map = isl_map_compute_divs(map); 488 map = isl_map_compute_divs(map); 489 if (!map) 492 for (i = 0; i < map->n; ++i) { 493 found = isl_basic_map_contains_point(map->p[i], point); 499 isl_map_free(map); 503 isl_map_free(map);