summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-12-21 09:56:40 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-12-21 09:56:40 -0500
commit3c3afdc896be4de996d7486e40e7b81488b745b9 (patch)
treeee630a1d0754103dd726fc06cd50ea2cb2134e9b /all.h
parentd04ba5eae886ce4e5407ccd711fb1c9846dcf1f7 (diff)
downloadroux-3c3afdc896be4de996d7486e40e7b81488b745b9.tar.gz
schedule loop nesting computations earlier
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
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 *);