Home
last modified time | relevance | path

Searched defs:_elim_graph (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-outof-ssa.c129 typedef struct _elim_graph { struct
131 int size;
134 vec<int> nodes;
137 vec<int> edge_list;
140 vec<source_location> edge_locus;
143 sbitmap visited;
146 vec<int> stack;
149 var_map map;
152 edge e;
155 vec<int> const_dests;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-outof-ssa.c62 typedef struct _elim_graph { struct
64 int size;
67 vec<int> nodes;
70 vec<int> edge_list;
73 vec<source_location> edge_locus;
76 sbitmap visited;
79 vec<int> stack;
82 var_map map;
85 edge e;
88 vec<int> const_dests;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-outof-ssa.c133 typedef struct _elim_graph { struct
135 int size;
138 vec<int> nodes;
141 vec<int> edge_list;
144 vec<source_location> edge_locus;
147 sbitmap visited;
150 vec<int> stack;
153 var_map map;
156 edge e;
159 vec<int> const_dests;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-outof-ssa.c129 typedef struct _elim_graph { struct
131 int size;
134 vec<int> nodes;
137 vec<int> edge_list;
140 vec<source_location> edge_locus;
143 sbitmap visited;
146 vec<int> stack;
149 var_map map;
152 edge e;
155 vec<int> const_dests;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-outof-ssa.c62 typedef struct _elim_graph { struct
64 int size;
67 vec<int> nodes;
70 vec<int> edge_list;
73 vec<source_location> edge_locus;
76 sbitmap visited;
79 vec<int> stack;
82 var_map map;
85 edge e;
88 vec<int> const_dests;
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-outof-ssa.c80 typedef struct _elim_graph { struct
82 int size;
110 static elim_graph new_elim_graph (int); argument