Home
last modified time | relevance | path

Searched defs:ipa_dfs_info (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-utils.h26 struct ipa_dfs_info { struct
27 int dfn_number;
28 int low_link;
31 int scc_no;
32 bool new_node;
33 bool on_stack;
34 struct cgraph_node* next_cycle;
35 PTR aux;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-utils.h24 struct ipa_dfs_info { struct
25 int dfn_number;
26 int low_link;
29 int scc_no;
30 bool new_node;
31 bool on_stack;
32 struct cgraph_node* next_cycle;
33 PTR aux;