OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ManagerReachDefsOverwriteXAIF.hpp
Go to the documentation of this file.
1 
14 #ifndef ManagerReachDefsXAIF_h
15 #define ManagerReachDefsXAIF_h
16 
17 //--------------------------------------------------------------------
18 
19 // OpenAnalysis headers
25 
26 namespace OA {
27  namespace XAIF {
28 
35 
36  public:
37 
40 
43 
44  private:
45 
47 
48  std::map<MemRefHandle,StmtHandle> mMemRefToStmt;
49 
50  static int ourCurrentStartId;
51 
52  static int getNextChainId();
53 
54 
55  };
56 
57  }
58 }
59 
60 #endif