#include "wb_browser.h"

Go to the source code of this file.
Enumerations | |
| enum | WB_PHASE { WBP_NONE, WBP_F90_LOWER, WBP_PROMPF_SA, WBP_OMP_PRELOWER, WBP_LNO, WBP_LOWER, WBP_IPL, WBP_IPA } |
Functions | |
| WB_PHASE | WB_Phase () |
| void | WB_Set_Phase (WB_PHASE WB_Phase) |
| void | WB_Initialize (WB_BROWSER *wb, WN *wn_global, PU *pu, DU_MANAGER *du, ALIAS_MANAGER *alias_mgr, WN_MAP Prompf_Id_Map) |
| void | WB_Terminate (WB_BROWSER *wb) |
| void | sdebug (char init_buffer[]) |
| void | swb (char init_buffer[]) |
| void | debug () |
| void | wb () |
| void | debug_root () |
| void | wb_root (WN *root) |
| enum WB_PHASE |
| void debug | ( | ) |
Definition at line 232 of file curr.wb.cxx.
References sdebug().
Referenced by wb().

| void debug_root | ( | ) |
| void sdebug | ( | char | init_buffer[] | ) |
Definition at line 197 of file curr.wb.cxx.
References cg_sdebug(), fprintf(), s_anl_debug(), s_f90_lower_debug(), s_ipl_debug(), s_lno_debug(), s_lwr_debug(), s_omp_debug(), WB_Current_Phase, WBP_F90_LOWER, WBP_IPA, WBP_IPL, WBP_LNO, WBP_LOWER, WBP_OMP_PRELOWER, and WBP_PROMPF_SA.
Referenced by debug(), and swb().

| void swb | ( | char | init_buffer[] | ) |
Definition at line 227 of file curr.wb.cxx.
References sdebug().

| void wb | ( | ) |
Definition at line 237 of file curr.wb.cxx.
References debug().

| void WB_Initialize | ( | WB_BROWSER * | wb, | |
| WN * | wn_global, | |||
| PU * | pu, | |||
| DU_MANAGER * | du, | |||
| ALIAS_MANAGER * | alias_mgr, | |||
| WN_MAP | Prompf_Id_Map | |||
| ) |
Definition at line 164 of file curr.wb.cxx.
References WB_BROWSER::Set_Alias_Manager(), WB_BROWSER::Set_Command_List(), WB_BROWSER::Set_Du(), WB_BROWSER::Set_Global_Fd(), WB_BROWSER::Set_Prompf_Id_Map(), and WB_BROWSER::Set_Pu().
Referenced by debug_root().

| WB_PHASE WB_Phase | ( | ) |
Definition at line 187 of file curr.wb.cxx.
References WB_Current_Phase.
| void wb_root | ( | WN * | root | ) |
Definition at line 250 of file curr.wb.cxx.
References debug_root().

| void WB_Set_Phase | ( | WB_PHASE | WB_Phase | ) |
Definition at line 192 of file curr.wb.cxx.
References WB_Current_Phase.
| void WB_Terminate | ( | WB_BROWSER * | wb | ) |
Definition at line 179 of file curr.wb.cxx.
References NULL, WB_BROWSER::Set_Alias_Manager(), WB_BROWSER::Set_Command_List(), WB_BROWSER::Set_Du(), and WB_BROWSER::Set_Global_Fd().
Referenced by debug_root().

1.7.1