#include <set>#include "tn_map.h"#include "region.h"#include "recovery.h"#include "prdb.h"#include "bitset.h"


Go to the source code of this file.
Definition at line 1070 of file cg_dep_graph.cxx.
Definition at line 747 of file cg_dep_graph.cxx.
| void adjust_for_rw_elim | ( | ARC_LIST * | arcs, | |
| UINT32 | num_definite_arcs, | |||
| ARC * | shortest, | |||
| ARC * | shortest_to_from_store | |||
| ) |
Definition at line 3691 of file cg_dep_graph.cxx.
Definition at line 92 of file dag.h.
References ARC_kind, CG_DEP_POSTBR, and CG_DEP_PREBR.
Referenced by SCHEDULER::Gen_Bookeeping_OP_DAG().
Definition at line 109 of file dag.h.
References ARC_is_ctlspec(), ARC_is_dotted, ARC_is_postbr(), ARC_is_postchk(), ARC_pred, FALSE, OP_br, OP_chk, and TRUE.
Referenced by ARC_is_spec(), and Derive_Spec_Type_If_Violate_Dep().
Definition at line 122 of file dag.h.
References ARC_is_dotted, ARC_is_mem(), ARC_pred, FALSE, OP_store, and TRUE.
Referenced by ARC_is_spec(), and Derive_Spec_Type_If_Violate_Dep().
Definition at line 87 of file dag.h.
References ARC_kind, and CG_DEP_POSTBR.
Referenced by ARC_is_control_spec().
Definition at line 133 of file dag.h.
References ARC_is_control_spec(), and ARC_is_data_spec().
Referenced by Build_Incoming_Edges(), and Build_Outgoing_Edges().
Definition at line 4074 of file cg_dep_graph.cxx.
Referenced by DAG_BUILDER::~DAG_BUILDER().
Definition at line 733 of file cg_dep_graph.cxx.
| void Invoke_Init_Routines | ( | ) |
Definition at line 5483 of file cg_dep_graph.cxx.
Definition at line 339 of file cg_dep_graph.cxx.
Definition at line 4064 of file cg_dep_graph.cxx.
| ARC* new_arc_with_latency | ( | CG_DEP_KIND | kind, | |
| OP * | pred, | |||
| OP * | succ, | |||
| INT16 | latency, | |||
| UINT8 | omega, | |||
| UINT8 | opnd, | |||
| BOOL | is_definite | |||
| ) |
| _CG_DEP_OP_INFO* new_op_info | ( | void | ) |
Definition at line 3945 of file cg_dep_graph.cxx.
Definition at line 315 of file cg_dep_graph.cxx.
Definition at line 3572 of file cg_dep_graph.cxx.
Definition at line 1053 of file cg_dep_graph.cxx.
1.5.6