rename isl_schedule_*_foreach_* to isl_schedule_*_foreach_*_top_down
commit5482bda29c45b1bfc5238b663a867bdc3059f999
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 23 May 2015 09:12:37 +0000 (23 11:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 May 2015 13:34:28 +0000 (26 15:34 +0200)
tree61d88d45b58d4db57e64554a88cc6cc3958d08b5
parentae7487fe90f245f3b1c0183d552b4dd42f04969e
rename isl_schedule_*_foreach_* to isl_schedule_*_foreach_*_top_down

It is not clear from the original name whether the tree is traversed
top down or bottom up, which may be confusing because
isl_schedule_*map_* traverse the tree in the other direction.
Furthermore, we may want to add a variant of foreach that traverses
the tree in the other direction.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/schedule.h
include/isl/schedule_node.h
isl_flow.c
isl_schedule.c
isl_schedule_node.c