Searched refs:EXIT_BLOCK_PTR (Results 1 - 25 of 136) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcfganal.c90 if (bb == EXIT_BLOCK_PTR || bb == ENTRY_BLOCK_PTR
113 if (target == EXIT_BLOCK_PTR)
118 if (e->dest == EXIT_BLOCK_PTR
139 if (target == EXIT_BLOCK_PTR)
142 if (e->dest == EXIT_BLOCK_PTR
201 if (dest != EXIT_BLOCK_PTR && ! TEST_BIT (visited, dest->index))
218 if (dest != EXIT_BLOCK_PTR && src != ENTRY_BLOCK_PTR
357 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
370 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
407 if (INDEX_EDGE_SUCC_BB (elist, x) == EXIT_BLOCK_PTR)
[all...]
H A Dlcm.c131 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
132 e->src->aux = EXIT_BLOCK_PTR;
144 if (bb->aux == EXIT_BLOCK_PTR)
202 if (succ == EXIT_BLOCK_PTR)
328 && e->dest != EXIT_BLOCK_PTR && e->dest->aux == 0)
342 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
369 if (b == EXIT_BLOCK_PTR)
542 if (!e->dest->aux && e->dest != EXIT_BLOCK_PTR)
578 if (succ == EXIT_BLOCK_PTR)
632 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR
[all...]
H A Dcfgbuild.c283 if (e->dest != EXIT_BLOCK_PTR)
348 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR, 0);
363 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR,
397 e = find_edge (bb, EXIT_BLOCK_PTR);
407 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
408 else if (bb->next_bb != EXIT_BLOCK_PTR)
537 ENTRY_BLOCK_PTR->next_bb = EXIT_BLOCK_PTR;
538 EXIT_BLOCK_PTR->prev_bb = ENTRY_BLOCK_PTR;
559 make_edges (ENTRY_BLOCK_PTR->next_bb, EXIT_BLOCK_PTR->prev_bb, 0);
762 for (; bb != EXIT_BLOCK_PTR; b
[all...]
H A Dprofile.c317 BB_INFO (EXIT_BLOCK_PTR)->succ_count = 2;
386 FOR_BB_BETWEEN (bb, EXIT_BLOCK_PTR, NULL, prev_bb)
517 && e->dest == EXIT_BLOCK_PTR)
519 && e->dest != EXIT_BLOCK_PTR))
846 && e->dest != EXIT_BLOCK_PTR)
848 if (e->dest == EXIT_BLOCK_PTR)
865 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE);
891 && e->src != ENTRY_BLOCK_PTR && e->dest != EXIT_BLOCK_PTR)
952 EXIT_BLOCK_PTR->index = last_basic_block;
959 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_b
[all...]
H A Dloop-init.c57 for (ei = ei_start (EXIT_BLOCK_PTR->preds); (e = ei_safe_edge (ei)); )
207 if (bb->next_bb != EXIT_BLOCK_PTR)
H A Dtree-ssa-dce.c152 gcc_assert (bb != EXIT_BLOCK_PTR);
184 gcc_assert (INDEX_EDGE_PRED_BB (el, edge_index) != EXIT_BLOCK_PTR);
192 current_block != ending_block && current_block != EXIT_BLOCK_PTR;
215 if (block == EXIT_BLOCK_PTR)
216 return EXIT_BLOCK_PTR;
221 return EXIT_BLOCK_PTR;
463 gcc_assert (bb != EXIT_BLOCK_PTR);
789 if (post_dom_bb != EXIT_BLOCK_PTR)
H A Dcfgloop.c296 if (e->dest == EXIT_BLOCK_PTR)
681 loops->parray[0]->latch = EXIT_BLOCK_PTR;
684 EXIT_BLOCK_PTR->loop_father = loops->parray[0];
768 if (bb == ENTRY_BLOCK_PTR || bb == EXIT_BLOCK_PTR)
805 if (loop->latch == EXIT_BLOCK_PTR)
811 tovisit[tv++] = EXIT_BLOCK_PTR;
867 gcc_assert (loop->latch != EXIT_BLOCK_PTR);
889 gcc_assert (loop->latch != EXIT_BLOCK_PTR);
937 gcc_assert (loop->latch != EXIT_BLOCK_PTR);
965 gcc_assert (loop->latch != EXIT_BLOCK_PTR);
[all...]
H A Dcfgexpand.c1225 if (e->dest != EXIT_BLOCK_PTR)
1261 e = make_edge (bb, EXIT_BLOCK_PTR, EDGE_ABNORMAL | EDGE_SIBCALL);
1409 init_rtl_bb_info (EXIT_BLOCK_PTR);
1411 EXIT_BLOCK_PTR->flags |= BB_RTL;
1439 e = make_edge (init_block, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
1481 EXIT_BLOCK_PTR->prev_bb);
1482 exit_block->frequency = EXIT_BLOCK_PTR->frequency;
1483 exit_block->count = EXIT_BLOCK_PTR->count;
1486 while (ix < EDGE_COUNT (EXIT_BLOCK_PTR->preds))
1488 e = EDGE_PRED (EXIT_BLOCK_PTR, i
[all...]
H A Dcfgrtl.c653 && a != ENTRY_BLOCK_PTR && b != EXIT_BLOCK_PTR
668 if (block == EXIT_BLOCK_PTR)
779 gcc_assert (target == EXIT_BLOCK_PTR);
785 else if (target == EXIT_BLOCK_PTR)
910 if (target == EXIT_BLOCK_PTR)
956 gcc_assert (target == EXIT_BLOCK_PTR);
1021 if (e->src != ENTRY_BLOCK_PTR && e->dest != EXIT_BLOCK_PTR
1156 if (target == EXIT_BLOCK_PTR)
1354 if (edge_in->dest != EXIT_BLOCK_PTR
1361 else if (edge_in->dest != EXIT_BLOCK_PTR)
[all...]
H A Dcfg.c90 EXIT_BLOCK_PTR = ggc_alloc_cleared (sizeof (struct basic_block_def));
91 EXIT_BLOCK_PTR->index = EXIT_BLOCK;
92 ENTRY_BLOCK_PTR->next_bb = EXIT_BLOCK_PTR;
93 EXIT_BLOCK_PTR->prev_bb = ENTRY_BLOCK_PTR;
126 VEC_truncate (edge, EXIT_BLOCK_PTR->preds, 0);
290 || dst == EXIT_BLOCK_PTR)
440 if (bb != EXIT_BLOCK_PTR)
589 else if (side == EXIT_BLOCK_PTR)
737 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
756 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_b
[all...]
H A Dcfghooks.c87 if (bb != EXIT_BLOCK_PTR
207 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
638 if (ENTRY_BLOCK_PTR->next_bb == EXIT_BLOCK_PTR)
641 FOR_BB_BETWEEN (b, ENTRY_BLOCK_PTR->next_bb, EXIT_BLOCK_PTR->prev_bb, next_bb)
681 if (bb == EXIT_BLOCK_PTR || bb == ENTRY_BLOCK_PTR)
686 e = find_edge (bb, EXIT_BLOCK_PTR);
H A Dtracer.c328 while (bb != EXIT_BLOCK_PTR)
336 if (e->dest != EXIT_BLOCK_PTR
348 for (; bb != EXIT_BLOCK_PTR; bb = bb->next_bb)
H A Dbb-reorder.c314 if (e->dest != EXIT_BLOCK_PTR
502 if (e->dest == EXIT_BLOCK_PTR)
558 || e->dest == EXIT_BLOCK_PTR
723 if (e->dest == EXIT_BLOCK_PTR
1011 if (e->dest != EXIT_BLOCK_PTR
1047 if (e->dest != EXIT_BLOCK_PTR
1072 if (e2->dest == EXIT_BLOCK_PTR
1088 if (e2->dest != EXIT_BLOCK_PTR)
1117 else if (next_bb == EXIT_BLOCK_PTR)
1125 if (next_bb && next_bb != EXIT_BLOCK_PTR)
[all...]
H A Dcfgloopanal.c280 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
290 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
294 if (e->dest == EXIT_BLOCK_PTR)
336 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfganal.c92 if (bb == EXIT_BLOCK_PTR || bb == ENTRY_BLOCK_PTR
115 if (target == EXIT_BLOCK_PTR)
120 if (e->dest == EXIT_BLOCK_PTR
141 if (target == EXIT_BLOCK_PTR)
144 if (e->dest == EXIT_BLOCK_PTR
203 if (dest != EXIT_BLOCK_PTR && ! TEST_BIT (visited, dest->index))
220 if (dest != EXIT_BLOCK_PTR && src != ENTRY_BLOCK_PTR
359 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
372 FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
409 if (INDEX_EDGE_SUCC_BB (elist, x) == EXIT_BLOCK_PTR)
[all...]
H A Dcfgbuild.c246 if (e->dest != EXIT_BLOCK_PTR)
307 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR, 0);
331 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR,
360 e = find_edge (bb, EXIT_BLOCK_PTR);
370 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
371 else if (bb->next_bb != EXIT_BLOCK_PTR)
592 for (; bb != EXIT_BLOCK_PTR; bb = bb->next_bb)
H A Dlcm.c130 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
131 e->src->aux = EXIT_BLOCK_PTR;
143 if (bb->aux == EXIT_BLOCK_PTR)
201 if (succ == EXIT_BLOCK_PTR)
326 && e->dest != EXIT_BLOCK_PTR && e->dest->aux == 0)
340 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
367 if (b == EXIT_BLOCK_PTR)
541 if (!e->dest->aux && e->dest != EXIT_BLOCK_PTR)
577 if (succ == EXIT_BLOCK_PTR)
631 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR
[all...]
H A Dcfglayout.c89 if (bb->next_bb != EXIT_BLOCK_PTR)
361 if (bb->next_bb != EXIT_BLOCK_PTR)
685 prev_bb->next_bb = EXIT_BLOCK_PTR;
686 EXIT_BLOCK_PTR->prev_bb = prev_bb;
811 || e_fall->dest == EXIT_BLOCK_PTR)
832 (e_fall->dest == EXIT_BLOCK_PTR
856 (e_fall->dest == EXIT_BLOCK_PTR
877 || e_fall->dest == EXIT_BLOCK_PTR)
904 if (e_fall->dest == EXIT_BLOCK_PTR)
975 if (e->dest != EXIT_BLOCK_PTR)
[all...]
H A Dprofile.c357 ! (find_edge (bb, EXIT_BLOCK_PTR) != NULL && block_ends_with_call_p (bb)))
485 BB_INFO (EXIT_BLOCK_PTR)->succ_count = 2;
516 FOR_BB_BETWEEN (bb, EXIT_BLOCK_PTR, NULL, prev_bb)
670 && e->dest == EXIT_BLOCK_PTR)
672 && e->dest != EXIT_BLOCK_PTR))
966 && e->dest != EXIT_BLOCK_PTR)
968 if (e->dest == EXIT_BLOCK_PTR)
985 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE);
1011 && e->src != ENTRY_BLOCK_PTR && e->dest != EXIT_BLOCK_PTR)
1072 EXIT_BLOCK_PTR
[all...]
H A Dtree-ssa-live.h287 gcc_assert (bb != EXIT_BLOCK_PTR);
301 gcc_assert (bb != EXIT_BLOCK_PTR);
H A Ddomwalk.c153 || bb == EXIT_BLOCK_PTR)
H A Dcfgrtl.c719 && a != ENTRY_BLOCK_PTR && b != EXIT_BLOCK_PTR
734 if (block == EXIT_BLOCK_PTR)
847 gcc_assert (target == EXIT_BLOCK_PTR);
853 else if (target == EXIT_BLOCK_PTR)
941 if (new_bb == EXIT_BLOCK_PTR)
974 if (new_bb == EXIT_BLOCK_PTR)
1031 gcc_assert (new_bb == EXIT_BLOCK_PTR);
1131 if (e->src != ENTRY_BLOCK_PTR && e->dest != EXIT_BLOCK_PTR
1250 if (target == EXIT_BLOCK_PTR)
1394 if (edge_in->dest != EXIT_BLOCK_PTR)
[all...]
H A Dbb-reorder.c311 if (e->dest != EXIT_BLOCK_PTR
499 if (e->dest == EXIT_BLOCK_PTR)
555 || e->dest == EXIT_BLOCK_PTR
721 if (e->dest == EXIT_BLOCK_PTR
1009 if (e->dest != EXIT_BLOCK_PTR
1045 if (e->dest != EXIT_BLOCK_PTR
1070 if (e2->dest == EXIT_BLOCK_PTR
1086 if (e2->dest != EXIT_BLOCK_PTR)
1115 else if (next_bb == EXIT_BLOCK_PTR)
1123 if (next_bb && next_bb != EXIT_BLOCK_PTR)
[all...]
H A Dcfgloopanal.c85 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
95 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
99 if (e->dest == EXIT_BLOCK_PTR)
H A Dtree-ssa-dce.c127 gcc_assert (bb != EXIT_BLOCK_PTR);
147 if (block == EXIT_BLOCK_PTR)
148 return EXIT_BLOCK_PTR;
153 return EXIT_BLOCK_PTR;
168 gcc_assert (INDEX_EDGE_PRED_BB (el, edge_index) != EXIT_BLOCK_PTR);
176 current_block != ending_block && current_block != EXIT_BLOCK_PTR;
383 gcc_assert (bb != EXIT_BLOCK_PTR);
1019 else if (! post_dom_bb || post_dom_bb == EXIT_BLOCK_PTR)
1158 for (bb = EXIT_BLOCK_PTR->prev_bb; bb != ENTRY_BLOCK_PTR; bb = prev_bb)

Completed in 318 milliseconds

123456