GCC Middle and Back End API Reference
|
#include <ddg.h>
Data Fields | |
ddg_scc_ptr * | sccs |
int | num_sccs |
ddg_ptr | ddg |
This structure holds the SCCs of the DDG.
ddg_ptr ddg_all_sccs::ddg |
int ddg_all_sccs::num_sccs |
Referenced by get_node_of_insn().
ddg_scc_ptr* ddg_all_sccs::sccs |
Array that holds the SCCs in the DDG, and their number.
Referenced by get_node_of_insn(), and verify_partial_schedule().