rename isl_ast_build_ast_from_schedule to isl_ast_build_node_from_schedule_map
commit68d3ffce425fe3c3219082a436fa778bb42e04d9
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 16 Jul 2014 12:36:59 +0000 (16 14:36 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 Feb 2015 09:52:41 +0000 (25 10:52 +0100)
tree999025c46118f26342f3196da764cf396795b5d7
parent88d60cfe146531ab81feeb09ba81d45d7370e385
rename isl_ast_build_ast_from_schedule to isl_ast_build_node_from_schedule_map

The original name turns out to have been a mistake since we would
like to introduce a parallel function that takes an isl_schedule
rather than an isl_union_map as input and the _schedule suffix
is already taken by this function.
We therefore rename the function to isl_ast_build_node_from_schedule_map
such that we can introduce a parallel isl_ast_build_node_from_schedule.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
codegen.c
doc/user.pod
include/isl/ast_build.h
isl_ast_build.c
isl_ast_codegen.c
isl_test.c