Lines Matching defs:source
121 symbol's goto will be the source of the edge after the
130 redundancy is that source and destination might be the same
138 goto_number source =
141 if (i != source && !bitset_test (sources, source))
143 bitset_set (sources, source);
145 ++(*edge_countsp)[source];
157 bitset_bindex source;
159 BITSET_FOR_EACH (biter_source, sources, source, 0)
160 (*edgesp)[i][j++] = source;