Home
last modified time | relevance | path

Searched refs:on_path (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dmodulo-sched.c1718 sbitmap on_path = sbitmap_alloc (num_nodes); in order_nodes_of_sccs() local
1732 find_nodes_on_paths (on_path, g, prev_sccs, scc->nodes); in order_nodes_of_sccs()
1733 sbitmap_a_or_b (tmp, scc->nodes, on_path); in order_nodes_of_sccs()
1736 find_nodes_on_paths (on_path, g, scc->nodes, prev_sccs); in order_nodes_of_sccs()
1737 sbitmap_a_or_b (tmp, tmp, on_path); in order_nodes_of_sccs()
1754 sbitmap_free (on_path); in order_nodes_of_sccs()