Searched refs:einext (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddominance.c317 edge_iterator einext; local
341 einext = ei_start (bn->preds);
353 einext = ei_start (bn->succs);
370 ei = einext;
567 edge_iterator einext; local
574 einext = ei;
575 einext.index = 0;
591 einext = ei;
592 ei_next (&einext);
609 ei = einext;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddominance.cc317 edge_iterator einext; local
341 einext = ei_start (bn->preds);
353 einext = ei_start (bn->succs);
370 ei = einext;
567 edge_iterator einext; local
574 einext = ei;
575 einext.index = 0;
591 einext = ei;
592 ei_next (&einext);
609 ei = einext;
[all...]

Completed in 129 milliseconds