Searched refs:EDGE_INDEX (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.c210 single indexed vector, edge (EDGE_INDEX (pred, succ)), with no
306 index = EDGE_INDEX (elist, e->src, e->dest);
345 if (EDGE_INDEX (elist, p, s)
349 if (EDGE_INDEX (elist, p, s)
352 p->index, s->index, EDGE_INDEX (elist, p, s));
359 /* Indicate block BB is control dependent on an edge with index EDGE_INDEX. */
397 EL index EDGE_INDEX, ala Morgan, Section 3.6. */
H A Dbasic-block.h279 /* EDGE_INDEX returns an integer index for an edge, or EDGE_INDEX_NO_EDGE
281 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ)))
280 #define EDGE_INDEX macro
H A Dstore-motion.c781 int index = EDGE_INDEX (edge_list, tmp->src, tmp->dest);
794 int index = EDGE_INDEX (edge_list, tmp->src, tmp->dest);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfganal.cc251 single indexed vector, edge (EDGE_INDEX (pred, succ)), with no
347 index = EDGE_INDEX (elist, e->src, e->dest);
386 if (EDGE_INDEX (elist, p, s)
390 if (EDGE_INDEX (elist, p, s)
393 p->index, s->index, EDGE_INDEX (elist, p, s));
400 /* Indicate block BB is control dependent on an edge with index EDGE_INDEX. */
419 EL index EDGE_INDEX, ala Morgan, Section 3.6. */
H A Dbasic-block.h279 /* EDGE_INDEX returns an integer index for an edge, or EDGE_INDEX_NO_EDGE
281 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ)))
280 #define EDGE_INDEX macro
H A Dstore-motion.cc777 int index = EDGE_INDEX (edge_list, tmp->src, tmp->dest);
790 int index = EDGE_INDEX (edge_list, tmp->src, tmp->dest);

Completed in 221 milliseconds