Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
fb_cfg.h File Reference
#include "mempool_allocator.h"
#include <vector>
#include <deque>
#include <map>
#include "fb_whirl.h"
Include dependency graph for fb_cfg.h:

Go to the source code of this file.

Classes

struct  FB_NODE
struct  FB_EDGE_DELAYED
class  FB_CFG_MEM
class  FB_CFG
struct  FB_CFG::LABEL_IDX_ss_compare

Defines

#define FB_NODEX_UNINIT   (-1)
#define FB_NODEX_VALID(nx)   ((nx) >= 0)

Typedefs

typedef INT32 FB_NODEX

Functions

void dV_view_fb_cfg (const FB_CFG &cfg, WN *root_wn, const char *caller)

Define Documentation

#define FB_NODEX_UNINIT   (-1)

Definition at line 74 of file fb_cfg.h.

#define FB_NODEX_VALID (   nx)    ((nx) >= 0)

Definition at line 75 of file fb_cfg.h.


Typedef Documentation

typedef INT32 FB_NODEX

Definition at line 73 of file fb_cfg.h.


Function Documentation

void dV_view_fb_cfg ( const FB_CFG cfg,
WN root_wn,
const char *  caller 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines