X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto.h;h=5876a9a7c93eb3cd81cdfacd8fce4e1727e7fdff;hb=eed631acbd6c80303182a0971ba3462632f5f7c9;hp=a288daeff73f9b155739eb47f5865afd63169d92;hpb=3da9268a2299ca213f20b558ab439dbda4841a02;p=libfirm diff --git a/ir/ana2/pto.h b/ir/ana2/pto.h index a288daeff..5876a9a7c 100644 --- a/ir/ana2/pto.h +++ b/ir/ana2/pto.h @@ -3,7 +3,7 @@ /* Project: libFIRM File name: ir/ana/pto.h - Purpose: Import all includes needed for PTO + Purpose: Import all includes needed for PTO/Entry to PTO Author: Florian Modified by: Created: Sat Nov 13 19:35:27 CET 2004 @@ -21,6 +21,7 @@ /* =================================================== Global Defines: =================================================== */ +# define N_INITIAL_OJBS 10 /* =================================================== Global Data Types: @@ -29,6 +30,13 @@ /* =================================================== Global Prototypes: =================================================== */ +/* Perform PTO on all visible graphs. */ +void pto_init (int); +void pto_run (void); +/* Dump all interesting stuff to a bunch of files */ +void pto_dump (void); +/* Clean up our mess */ +void pto_cleanup (void); /* =================================================== Global Variables: @@ -41,6 +49,12 @@ /* $Log$ + Revision 1.7 2004/11/30 15:49:27 liekweg + include 'dump' + + Revision 1.6 2004/11/24 14:53:55 liekweg + Bugfixes + Revision 1.5 2004/11/18 16:37:07 liekweg rewrite