used new new_type_frame() to generate frame types
[libfirm] / ir / ana2 / pto_init.h
index f0b7365..e972e87 100644 (file)
 /* ===================================================
    Global Prototypes:
    =================================================== */
+/* "Fake" the arguments to the main method */
+void fake_main_args (ir_graph*);
+
+/* Initialise the Init module */
+void pto_init_init (void);
+
+/* Cleanup the Init module */
+void pto_init_cleanup (void);
+
 /* Initialise the Names of the Types/Entities */
 void pto_init_type_names (void);
 
 /* Initialise the given graph */
 void pto_init_graph (ir_graph*);
 
-/* Set all alloc names to the right ptos */
-void pto_init_allocs (graph_info_t*, int);
+/* Reset the given graph for a new pass run */
+void pto_reset_graph_pto (ir_graph*, int);
 
 /* ===================================================
    Global Variables:
@@ -50,6 +59,12 @@ void pto_init_allocs (graph_info_t*, int);
 \f
 /*
   $Log$
+  Revision 1.4  2004/11/24 14:53:56  liekweg
+  Bugfixes
+
+  Revision 1.3  2004/11/20 21:21:56  liekweg
+  Finalise initialisation
+
   Revision 1.2  2004/11/18 16:37:07  liekweg
   rewrite