Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.c736 handle_abnormal_edges (basic_block *dispatcher_bbs, in handle_abnormal_edges() argument
740 basic_block *dispatcher = dispatcher_bbs + (computed_goto ? 1 : 0); in handle_abnormal_edges()
747 dispatcher = dispatcher_bbs + 2 * bb_to_omp_idx[for_bb->index]; in handle_abnormal_edges()
1015 basic_block *dispatcher_bbs = dispatcher_bb_array; in make_edges() local
1019 dispatcher_bbs = XCNEWVEC (basic_block, 2 * count); in make_edges()
1036 handle_abnormal_edges (dispatcher_bbs, bb, bb_to_omp_idx, in make_edges()
1040 handle_abnormal_edges (dispatcher_bbs, bb, bb_to_omp_idx, in make_edges()
1056 handle_abnormal_edges (dispatcher_bbs, bb, bb_to_omp_idx, in make_edges()
1062 XDELETE (dispatcher_bbs); in make_edges()
H A Dtree-cfg.cc734 handle_abnormal_edges (basic_block *dispatcher_bbs, basic_block for_bb, in handle_abnormal_edges() argument
737 basic_block *dispatcher = dispatcher_bbs + (computed_goto ? 1 : 0); in handle_abnormal_edges()
744 dispatcher = dispatcher_bbs + 2 * bb_to_omp_idx[for_bb->index]; in handle_abnormal_edges()
1011 basic_block *dispatcher_bbs = dispatcher_bb_array; in make_edges() local
1015 dispatcher_bbs = XCNEWVEC (basic_block, 2 * count); in make_edges()
1032 handle_abnormal_edges (dispatcher_bbs, bb, &ab_edge_goto, in make_edges()
1036 handle_abnormal_edges (dispatcher_bbs, bb, &ab_edge_call, in make_edges()
1052 handle_abnormal_edges (dispatcher_bbs, bb, &ab_edge_call, in make_edges()
1058 XDELETE (dispatcher_bbs); in make_edges()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfg.c736 handle_abnormal_edges (basic_block *dispatcher_bbs, in handle_abnormal_edges() argument
740 basic_block *dispatcher = dispatcher_bbs + (computed_goto ? 1 : 0); in handle_abnormal_edges()
747 dispatcher = dispatcher_bbs + 2 * bb_to_omp_idx[for_bb->index]; in handle_abnormal_edges()
1015 basic_block *dispatcher_bbs = dispatcher_bb_array; in make_edges() local
1019 dispatcher_bbs = XCNEWVEC (basic_block, 2 * count); in make_edges()
1036 handle_abnormal_edges (dispatcher_bbs, bb, bb_to_omp_idx, in make_edges()
1040 handle_abnormal_edges (dispatcher_bbs, bb, bb_to_omp_idx, in make_edges()
1056 handle_abnormal_edges (dispatcher_bbs, bb, bb_to_omp_idx, in make_edges()
1062 XDELETE (dispatcher_bbs); in make_edges()