Searched refs:on_path (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | modulo-sched.cc | 2538 auto_sbitmap on_path (num_nodes); in order_nodes_of_sccs() local 2552 find_nodes_on_paths (on_path, g, prev_sccs, scc->nodes); in order_nodes_of_sccs() 2553 bitmap_ior (tmp, scc->nodes, on_path); in order_nodes_of_sccs() 2556 find_nodes_on_paths (on_path, g, scc->nodes, prev_sccs); in order_nodes_of_sccs() 2557 bitmap_ior (tmp, tmp, on_path); in order_nodes_of_sccs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | modulo-sched.c | 2537 auto_sbitmap on_path (num_nodes); in order_nodes_of_sccs() 2551 find_nodes_on_paths (on_path, g, prev_sccs, scc->nodes); in order_nodes_of_sccs() 2552 bitmap_ior (tmp, scc->nodes, on_path); in order_nodes_of_sccs() 2555 find_nodes_on_paths (on_path, g, scc->nodes, prev_sccs); in order_nodes_of_sccs() 2556 bitmap_ior (tmp, tmp, on_path); in order_nodes_of_sccs()
|