#include "cxx_graph.h"#include "cxx_memory.h"#include "dvector.h"


Go to the source code of this file.
| #define dep_graph_INCLUDED "dep_graph.h" |
Definition at line 344 of file dep_graph.h.
| #define HAS_ALL_ZERO 0x0001 |
Definition at line 401 of file dep_graph.h.
| #define HAS_ARRAY_ANTI 0x0020 |
Definition at line 406 of file dep_graph.h.
| #define HAS_ARRAY_FLOW 0x0010 |
Definition at line 405 of file dep_graph.h.
| #define HAS_ARRAY_OUTPUT 0x0040 |
Definition at line 407 of file dep_graph.h.
| #define HAS_SCALAR_ANTI 0x0004 |
Definition at line 403 of file dep_graph.h.
| #define HAS_SCALAR_FLOW 0x0002 |
Definition at line 402 of file dep_graph.h.
| #define HAS_SCALAR_OUTPUT 0x0008 |
Definition at line 404 of file dep_graph.h.
| enum DEP_GRAPH_TYPE |
Definition at line 392 of file dep_graph.h.
| void* C_Dep_Graph | ( | void | ) |
| void Dealloc_Dep_Graph | ( | void | ) |
| void* Depgraph_Read | ( | char * | cur_addr, | |
| char * | end_addr, | |||
| char * | wn_base | |||
| ) |
| void Depgraph_Write | ( | void * | depgraph, | |
| struct output_file * | fl, | |||
| WN_MAP | off_map | |||
| ) |
| void Init_Dep_Graph | ( | void * | g | ) |
| void LNO_Erase_Dg_From_Here_In | ( | WN * | wn, | |
| ARRAY_DIRECTED_GRAPH16 * | dg | |||
| ) |
| BOOL LnoDependenceEdge | ( | WN * | wn1, | |
| WN * | wn2, | |||
| EINDEX16 * | distance, | |||
| DIRECTION * | direction, | |||
| BOOL * | is_must, | |||
| BOOL * | status | |||
| ) |
| void LNOPrintDepGraph | ( | FILE * | fp | ) |
| void LNOPruneMapsUsingParity | ( | void | ) |
| void Unmapped_Vertices_Here_Out | ( | WN * | wn | ) |
Referenced by Backend_Processing(), and LNO_Processing().
1.5.7.1