diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-12-21 09:56:40 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-12-21 09:56:40 -0500 |
commit | 3c3afdc896be4de996d7486e40e7b81488b745b9 (patch) | |
tree | ee630a1d0754103dd726fc06cd50ea2cb2134e9b /all.h | |
parent | d04ba5eae886ce4e5407ccd711fb1c9846dcf1f7 (diff) | |
download | roux-3c3afdc896be4de996d7486e40e7b81488b745b9.tar.gz |
schedule loop nesting computations earlier
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/all.h b/all.h index 5784d9a..d2763eb 100644 --- a/all.h +++ b/all.h @@ -553,6 +553,8 @@ void filldom(Fn *); int sdom(Blk *, Blk *); int dom(Blk *, Blk *); void fillfron(Fn *); +void loopiter(Fn *, void (*)(Blk *, Blk *)); +void fillloop(Fn *); /* mem.c */ void memopt(Fn *); |