reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2976 expansion = isl_schedule_tree_expansion_get_expansion(tree); 2981 return isl_schedule_tree_free(tree); 2983 isl_die(isl_schedule_tree_get_ctx(tree), isl_error_internal, 2986 return isl_schedule_tree_free(tree)); 2987 expansion = isl_schedule_tree_expansion_get_expansion(tree); 2991 expansion = isl_schedule_tree_expansion_get_expansion(tree); 2997 contraction = isl_schedule_tree_expansion_get_contraction(tree); 3002 contraction = isl_schedule_tree_expansion_get_contraction(tree); 3009 tree = isl_schedule_tree_expansion_set_contraction_and_expansion(tree, 3009 tree = isl_schedule_tree_expansion_set_contraction_and_expansion(tree, 3012 return tree;