diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-10 18:11:07 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-10 18:11:07 -0600 |
commit | e142c6b56473fac13527225701ec68d4e47b8951 (patch) | |
tree | bbb8c112d5f7754edda04fefbbe0a31210c5e496 /include | |
parent | cdc4acd98d063628b03a80b9bde7eff3ce53c2d7 (diff) | |
download | chill-e142c6b56473fac13527225701ec68d4e47b8951.tar.gz chill-e142c6b56473fac13527225701ec68d4e47b8951.tar.bz2 chill-e142c6b56473fac13527225701ec68d4e47b8951.zip |
staging
Diffstat (limited to 'include')
-rw-r--r-- | include/loop.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/loop.hh b/include/loop.hh index 8aa7851..ac258f0 100644 --- a/include/loop.hh +++ b/include/loop.hh @@ -117,6 +117,7 @@ protected: protected: bool init_loop(std::vector<ir_tree_node *> &ir_tree, std::vector<ir_tree_node *> &ir_stmt); + void buildIS(std::vector<ir_tree_node*> &ir_tree,std::stack<int> lexicalOrder); int get_dep_dim_of(int stmt, int level) const; int get_last_dep_dim_before(int stmt, int level) const; std::vector<omega::Relation> getNewIS() const; |