Lines Matching defs:elim_graph
130 struct elim_graph struct
135 int size;
138 auto_vec<int> nodes;
141 auto_vec<int> edge_list;
144 auto_vec<source_location> edge_locus;
147 auto_sbitmap visited;
150 auto_vec<int> stack;
153 var_map map;
156 edge e;
159 auto_vec<int> const_dests;
160 auto_vec<tree> const_copies;
163 auto_vec<source_location> copy_locus;
400 elim_graph::elim_graph (var_map map) : in elim_graph() function