schedule loop nesting computations earlier

This commit is contained in:
Quentin Carbonneaux 2016-12-21 09:56:40 -05:00
parent d04ba5eae8
commit 3c3afdc896
4 changed files with 63 additions and 26 deletions

2
all.h
View file

@ -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 *);