Lines Matching refs:tree
122 isl_ast_node *tree; in construct_ast_from_union_map() local
132 tree = isl_ast_build_node_from_schedule_map(build, schedule); in construct_ast_from_union_map()
135 return tree; in construct_ast_from_union_map()
184 isl_ast_node *tree; in construct_ast_from_schedule() local
191 tree = isl_ast_build_node_from_schedule(build, schedule); in construct_ast_from_schedule()
194 return tree; in construct_ast_from_schedule()
207 isl_ast_node *tree = NULL; in main() local
228 tree = construct_ast_from_union_map(umap, s); in main()
230 tree = construct_ast_from_union_map(obj.v, s); in main()
232 tree = construct_ast_from_schedule(obj.v); in main()
242 p = isl_printer_print_ast_node(p, tree); in main()
245 isl_ast_node_free(tree); in main()