Searched refs:n_succs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgbuild.c709 auto_vec<unsigned int> n_succs;
710 n_succs.safe_grow_cleared (last_basic_block_for_fn (cfun));
724 n_succs[bb->index] = EDGE_COUNT (bb->succs);
784 else if (EDGE_COUNT (bb->succs) == n_succs[bb->index])
705 auto_vec<unsigned int> n_succs; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgbuild.cc709 auto_vec<unsigned int> n_succs;
710 n_succs.safe_grow_cleared (last_basic_block_for_fn (cfun), true);
724 n_succs[bb->index] = EDGE_COUNT (bb->succs);
784 else if (EDGE_COUNT (bb->succs) == n_succs[bb->index])
705 auto_vec<unsigned int> n_succs; local

Completed in 93 milliseconds