Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
wb.h File Reference
#include "wb_browser.h"
Include dependency graph for wb.h:
This graph shows which files directly or indirectly include this file:

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)

Enumeration Type Documentation

enum WB_PHASE
Enumerator:
WBP_NONE 
WBP_F90_LOWER 
WBP_PROMPF_SA 
WBP_OMP_PRELOWER 
WBP_LNO 
WBP_LOWER 
WBP_IPL 
WBP_IPA 

Definition at line 43 of file wb.h.


Function Documentation

void debug ( )

Definition at line 232 of file curr.wb.cxx.

References sdebug().

Referenced by cwh_block_toggle_debug(), and wb().

Here is the call graph for this function:

void debug_root ( )
void sdebug ( char  init_buffer[])
void swb ( char  init_buffer[])

Definition at line 227 of file curr.wb.cxx.

References sdebug().

Here is the call graph for this function:

void wb ( )

Definition at line 237 of file curr.wb.cxx.

References debug().

Referenced by debug_root().

Here is the call graph for this function:

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_Command_List.

Referenced by debug_root().

Definition at line 187 of file curr.wb.cxx.

References WB_Current_Phase.

Referenced by WB_Set_Phase().

void wb_root ( WN root)

Definition at line 250 of file curr.wb.cxx.

References debug_root().

Here is the call graph for this function:

void WB_Set_Phase ( WB_PHASE  WB_Phase)

Definition at line 192 of file curr.wb.cxx.

References WB_Current_Phase, and WB_Phase().

Here is the call graph for this function:

void WB_Terminate ( WB_BROWSER *  wb)

Definition at line 179 of file curr.wb.cxx.

References NULL.

Referenced by debug_root().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines