Enumerations | Functions

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

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

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.

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

Here is the call graph for this function: