Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-cfg.cc7625 unsigned i, num_entry_edges, num_exit_edges, num_nodes; in move_sese_region_to_fn() local
7674 num_exit_edges = EDGE_COUNT (exit_bb->succs); in move_sese_region_to_fn()
7675 exit_succ = XNEWVEC (basic_block, num_exit_edges); in move_sese_region_to_fn()
7676 exit_flag = XNEWVEC (int, num_exit_edges); in move_sese_region_to_fn()
7677 exit_prob = XNEWVEC (profile_probability, num_exit_edges); in move_sese_region_to_fn()
7689 num_exit_edges = 0; in move_sese_region_to_fn()
7976 for (i = 0; i < num_exit_edges; i++) in move_sese_region_to_fn()