#include "defs.h"#include "opt_defs.h"#include "mempool.h"#include "optimizer.h"#include "wn.h"#include "wn_map.h"#include "cxx_base.h"

Go to the source code of this file.
Data Types | |
| module | DU_NODE |
| module | DEF_LIST |
| module | DEF_LIST_CONST_ITER |
| module | DEF_LIST_ITER |
| module | USE_LIST |
| module | USE_LIST_ITER |
| module | USE_LIST_CONST_ITER |
| module | DU_MANAGER |
Defines | |
| #define | opt_du_INCLUDED "opt_du.h" |
Functions/Subroutines | |
| DU_MANAGER * | Create_Du_Manager (MEM_POOL *) |
| void | Delete_Du_Manager (DU_MANAGER *, MEM_POOL *) |
| BOOL | Du_Built (DU_MANAGER *) |
| DU_MANAGER* Create_Du_Manager | ( | MEM_POOL * | ) |
Definition at line 1236 of file opt_du.cxx.
| void Delete_Du_Manager | ( | DU_MANAGER * | , | |
| MEM_POOL * | ||||
| ) |
Definition at line 1241 of file opt_du.cxx.
| BOOL Du_Built | ( | DU_MANAGER * | ) |
Definition at line 1251 of file opt_du.cxx.
References DU_MANAGER::Du_built().
Referenced by Lnoptimizer().
1.5.6