summaryrefslogtreecommitdiff
path: root/chill/include/ir_rose.hh
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-17 18:58:56 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-17 18:58:56 -0600
commitbdaf6dc251d98fc1c93165fa8579378204b395e1 (patch)
treeef961130983342c2615a0a84c8f754a017449312 /chill/include/ir_rose.hh
parent8ef3af85585446d897ae292476f433fb6db20c0c (diff)
downloadchill-bdaf6dc251d98fc1c93165fa8579378204b395e1.tar.gz
chill-bdaf6dc251d98fc1c93165fa8579378204b395e1.tar.bz2
chill-bdaf6dc251d98fc1c93165fa8579378204b395e1.zip
chill doc
Diffstat (limited to 'chill/include/ir_rose.hh')
-rw-r--r--chill/include/ir_rose.hh27
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;