Searched refs:lowest_node (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-structalias.c | 1460 unsigned int lowest_node; in scc_visit() local 1473 lowest_node = bitmap_first_set_bit (scc); in scc_visit() 1474 gcc_assert (lowest_node < FIRST_REF_NODE); in scc_visit() 1482 if (unite (lowest_node, i)) in scc_visit() 1483 unify_nodes (graph, lowest_node, i, false); in scc_visit() 1487 unite (lowest_node, i); in scc_visit() 1488 graph->indirect_cycles[i - FIRST_REF_NODE] = lowest_node; in scc_visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-structalias.cc | 1490 unsigned int lowest_node; in scc_visit() local 1503 lowest_node = bitmap_first_set_bit (scc); in scc_visit() 1504 gcc_assert (lowest_node < FIRST_REF_NODE); in scc_visit() 1512 if (unite (lowest_node, i)) in scc_visit() 1513 unify_nodes (graph, lowest_node, i, false); in scc_visit() 1517 unite (lowest_node, i); in scc_visit() 1518 graph->indirect_cycles[i - FIRST_REF_NODE] = lowest_node; in scc_visit()
|