diff options
Diffstat (limited to 'chill/include/ir_rose.hh')
-rw-r--r-- | chill/include/ir_rose.hh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/chill/include/ir_rose.hh b/chill/include/ir_rose.hh index 0c0417a..9e94dea 100644 --- a/chill/include/ir_rose.hh +++ b/chill/include/ir_rose.hh @@ -236,28 +236,6 @@ public: std::map<SgVarRefExp*, IR_ScalarRef*> &read_scalars_1, std::map<SgVarRefExp*, IR_ScalarRef*> &write_scalars_1, std::set<std::string> &indices, std::vector<std::string> &index); - // std::set<std::string> &def_vars); - /*void findDefinitions(SgStatementPtrList &list_1, - std::set<VirtualCFG::CFGNode> &reaching_defs_1, - std::map<SgVarRefExp*, IR_ScalarRef*> &write_scalars_1, - std::set<std::string> &def_vars); - */ - /* void checkDependency(SgStatementPtrList &output_list_1, - std::vector<DependenceVector> &dvs1, - std::map<SgVarRefExp*, IR_ScalarRef*> &read_scalars_1, - std::map<SgVarRefExp*, IR_ScalarRef*> &write_scalars_1, - std::vector<std::string> &index, int i, int j); - void checkSelfDependency(SgStatementPtrList &output_list_1, - std::vector<DependenceVector> &dvs1, - std::map<SgVarRefExp*, IR_ScalarRef*> &read_scalars_1, - std::map<SgVarRefExp*, IR_ScalarRef*> &write_scalars_1, - std::vector<std::string> &index, int i, int j); - void checkWriteDependency(SgStatementPtrList &output_list_1, - std::vector<DependenceVector> &dvs1, - std::map<SgVarRefExp*, IR_ScalarRef*> &read_scalars_1, - std::map<SgVarRefExp*, IR_ScalarRef*> &write_scalars_1, - std::vector<std::string> &index, int i, int j); - */ std::vector<IR_ArrayRef *> FindArrayRef( const omega::CG_outputRepr *repr) const; std::vector<IR_ScalarRef *> FindScalarRef( @@ -276,11 +254,6 @@ public: std::vector<omega::CG_outputRepr *> QueryExpOperand( const omega::CG_outputRepr *repr) const; IR_Ref *Repr2Ref(const omega::CG_outputRepr *) const; - /* std::pair<std::vector<DependenceVector>, std::vector<DependenceVector> > - FindScalarDeps(const omega::CG_outputRepr *repr1, - const omega::CG_outputRepr *repr2, std::vector<std::string> index, - int i, int j); - */ void finalizeRose(); friend class IR_roseArraySymbol; friend class IR_roseArrayRef; |