reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3644 sol->rational = ISL_F_ISSET(bmap, ISL_BASIC_MAP_RATIONAL); 3645 sol->dec_level.callback.run = &sol_dec_level_wrap; 3646 sol->dec_level.sol = sol; 3646 sol->dec_level.sol = sol; 3647 sol->max = max; 3648 sol->n_out = isl_basic_map_dim(bmap, isl_dim_out); 3649 sol->space = isl_basic_map_get_space(bmap); 3651 sol->context = isl_context_alloc(dom); 3652 if (!sol->space || !sol->context) 3652 if (!sol->space || !sol->context)