summaryrefslogtreecommitdiff
path: root/include/loop.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/loop.hh')
-rw-r--r--include/loop.hh1
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;