schedule loop nesting computations earlier
This commit is contained in:
parent
d04ba5eae8
commit
3c3afdc896
4 changed files with 63 additions and 26 deletions
2
all.h
2
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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue