|
OpenADFortTk (basic)
|


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) |
| void DumpIR | ( | PU_Info * | pu_forest | ) |
Definition at line 272 of file WhirlIO.cpp.
References Open64IRProcIterator::current(), and Open64IRProcIterator::isValid().
Referenced by real_main().

| void FreeIR | ( | PU_Info * | pu_forest | ) |
Definition at line 202 of file WhirlIO.cpp.
References Diag_Set_Phase(), and FreePU().
Referenced by real_main().

| 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().

| 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().

| 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().
