reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2792 empty = isl_set_is_empty(domains->option[isl_ast_loop_unroll]); 2793 if (empty < 0) 2795 if (empty) 2812 empty = isl_set_is_empty(unroll_domain); 2813 if (empty >= 0 && empty) { 2813 if (empty >= 0 && empty) {