reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 if (!tree) 79 ctx = isl_schedule_tree_get_ctx(tree); 80 dup = isl_schedule_tree_alloc(ctx, tree->type); 84 switch (tree->type) { 90 dup->band = isl_schedule_band_copy(tree->band); 95 dup->context = isl_set_copy(tree->context); 100 dup->domain = isl_union_set_copy(tree->domain); 106 isl_union_pw_multi_aff_copy(tree->contraction); 107 dup->expansion = isl_union_map_copy(tree->expansion); 112 dup->extension = isl_union_map_copy(tree->extension); 117 dup->filter = isl_union_set_copy(tree->filter); 122 dup->guard = isl_set_copy(tree->guard); 127 dup->mark = isl_id_copy(tree->mark); 137 if (tree->children) { 138 dup->children = isl_schedule_tree_list_copy(tree->children); 142 dup->anchored = tree->anchored;