OpenADFortTk (basic)
src/lib/support/Open64IRInterface/WhirlIO.h File Reference
Include dependency graph for WhirlIO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PU_Info * ReadIR (const char *irfilename, bool noCleanUpWhirl=false)
void WriteIR (const char *irfilename, PU_Info *pu_forest)
void FreeIR (PU_Info *pu_forest)
void PrepareIR (PU_Info *pu_forest)
void DumpIR (PU_Info *pu_forest)

Function Documentation

void DumpIR ( PU_Info *  pu_forest)

Definition at line 272 of file WhirlIO.cpp.

References Open64IRProcIterator::current(), and Open64IRProcIterator::isValid().

Referenced by real_main().

Here is the call graph for this function:

void FreeIR ( PU_Info *  pu_forest)

Definition at line 202 of file WhirlIO.cpp.

References Diag_Set_Phase(), and FreePU().

Referenced by real_main().

Here is the call graph for this function:

void PrepareIR ( PU_Info *  pu_forest)

Definition at line 254 of file WhirlIO.cpp.

References Open64IRProcIterator::current(), Diag_Set_Phase(), and Open64IRProcIterator::isValid().

Referenced by xaif2whirl::real_main(), and real_main().

Here is the call graph for this function:

PU_Info* ReadIR ( const char *  irfilename,
bool  noCleanUpWhirl = false 
)

Definition at line 34 of file WhirlIO.cpp.

References Diag_Set_Phase(), CleanUpWhirl::forPUInfoForest(), and ReadPU().

Referenced by xaif2whirl::real_main(), and real_main().

Here is the call graph for this function:

void WriteIR ( const char *  irfilename,
PU_Info *  pu_forest 
)

Definition at line 115 of file WhirlIO.cpp.

References Diag_Set_Phase(), and WritePU().

Referenced by real_main(), and xaif2whirl::real_main().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines