#include <list>
#include <climits>
#include <cassert>
#include "Open64BasicTypes.h"
#include "ir_reader.h"
#include "Open64IRInterface.hpp"
#include "SymTab.h"
#include "wn_attr.h"
#include "stab_attr.h"
#include "IntrinsicInfo.cpp"

Go to the source code of this file.
Classes | |
| class | insert_ST |
Variables | |
| static bool | debug = false |
| std::map< OA::StmtHandle, std::set< std::pair < OA::OA_ptr< OA::MemRefExpr > , OA::OA_ptr< OA::MemRefExpr > > > > | mStmtToPtrPairs |
| std::map< OA::StmtHandle, std::set< std::pair < OA::MemRefHandle, OA::ExprHandle > > > | mStmtToAssignPairs |
| std::map< OA::StmtHandle, std::set< OA::MemRefHandle > > | mStmtToIndexExprs |
Copyright ((c)) 2002, Rice University All rights reserved. See ../../../Rice.copyright for details.
Definition in file Open64IRInterface.cpp.
bool debug = false [static] |
Definition at line 14 of file Open64IRInterface.cpp.
Referenced by Open64IRInterface::getLocation(), Open64IRInterface::initProcContext(), and wb().
| std::map<OA::StmtHandle, std::set< std::pair<OA::MemRefHandle, OA::ExprHandle> > > mStmtToAssignPairs |
Definition at line 90 of file Open64IRInterface.cpp.
| std::map<OA::StmtHandle, std::set<OA::MemRefHandle> > mStmtToIndexExprs |
Definition at line 93 of file Open64IRInterface.cpp.
Referenced by Open64IRInterface::findAllMemRefsAndMapToMemRefExprs(), and Open64IRInterface::getDiffUseMREs().
| std::map<OA::StmtHandle, std::set< std::pair<OA::OA_ptr<OA::MemRefExpr>, OA::OA_ptr<OA::MemRefExpr> > > > mStmtToPtrPairs |
Definition at line 83 of file Open64IRInterface.cpp.
1.5.7.1