Searched defs:elim_graph (Results 1 – 2 of 2) sorted by relevance
130 struct elim_graph struct135 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;[all …]
99 } *elim_graph; typedef