| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-split.cc | 1279 bool redirected = true; local 1284 while (redirected) 1286 redirected = false; 1292 redirected = true;
|
| tree-ssa-threadupdate.cc | 873 they are redirected by an invocation of this routine. */ 1065 /* If we redirected the edge, then we need to copy PHI arguments 1849 /* Now consider the case entry edges are redirected to the new entry 2375 The ENTRY edge is redirected to the duplicate of the region. 2396 edge redirected; local 2424 redirected back to the original code: these edges are exceptions 2521 redirected = redirect_edge_and_branch (entry, get_bb_copy (entry->dest)); 2522 gcc_assert (redirected != NULL); 2703 already been redirected before we process path A and path A will 2704 natually, with no further work, target the redirected path for B [all...] |
| cfgrtl.cc | 1295 /* A return instruction can't be redirected. */ 1351 fprintf (dump_file, "Edge %i->%i redirected to %i\n", 1360 /* Called when edge E has been redirected to a new destination, 1370 /* If we redirected an existing edge, it may already be marked 1535 bool redirected; 1537 redirected = redirect_jump (as_a <rtx_jump_insn *> (BB_END (e->src)), 1539 gcc_assert (redirected); 1951 edge redirected = redirect_edge_and_branch (edge_in, bb); 1952 gcc_assert (redirected); 4722 edge redirected; 1527 bool redirected; local 1942 edge redirected = redirect_edge_and_branch (edge_in, bb); local 4698 edge redirected; local 4746 edge redirected = cfg_layout_redirect_edge_and_branch (e, dest); local [all...] |
| tree-eh.cc | 3790 bool redirected = false; 3849 redirected = true; 3927 return redirected; 3966 bool redirected = false; 3978 redirected |= lower_eh_dispatch (bb, 3991 if (redirected) 4762 landing pad block. If the merge succeeds, we'll already have redirected 3786 bool redirected = false; local 3962 bool redirected = false; local
|
| sel-sched-ir.cc | 5637 when the conditional jump being redirected may become unconditional. */ 5665 redirected edge are in reverse topological order. */ 5673 edge redirected; 5686 when the conditional jump being redirected may become unconditional. */ 5691 redirected = redirect_edge_and_branch (e, to); 5693 gcc_assert (redirected && !last_added_blocks.exists ()); 5695 /* When we've redirected a latch edge, update the header. */ 5703 by the redirected edge can change (see PR42245 for an example). Update 5648 edge redirected; local
|
| tree-cfg.cc | 6080 /* If we redirected a branch we must create new PHI nodes at the 6178 edge representing the redirected branch. */ 6297 /* The edges from OMP constructs can be simply redirected. */ 6717 edges to the region must go to ENTRY->dest. The edge ENTRY is redirected 6739 edge redirected; local 6804 redirected = redirect_edge_and_branch (entry, get_bb_copy (entry->dest)); 6805 gcc_assert (redirected != NULL); 9249 redirected. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-split.cc | 1276 bool redirected = true; local 1281 while (redirected) 1283 redirected = false; 1289 redirected = true;
|
| tree-ssa-threadupdate.cc | 898 they are redirected by an invocation of this routine. */ 1088 /* If we redirected the edge, then we need to copy PHI arguments 1856 /* Now consider the case entry edges are redirected to the new entry 2382 The ENTRY edge is redirected to the duplicate of the region. 2403 edge redirected; local 2431 redirected back to the original code: these edges are exceptions 2528 redirected = redirect_edge_and_branch (entry, get_bb_copy (entry->dest)); 2529 gcc_assert (redirected != NULL); 2707 already been redirected before we process path A and path A will 2708 natually, with no further work, target the redirected path for B [all...] |
| cfgrtl.cc | 1296 /* A return instruction can't be redirected. */ 1352 fprintf (dump_file, "Edge %i->%i redirected to %i\n", 1361 /* Called when edge E has been redirected to a new destination, 1371 /* If we redirected an existing edge, it may already be marked 1536 bool redirected; 1538 redirected = redirect_jump (as_a <rtx_jump_insn *> (BB_END (e->src)), 1540 gcc_assert (redirected); 1952 edge redirected = redirect_edge_and_branch (edge_in, bb); 1953 gcc_assert (redirected); 4664 edge redirected; 1528 bool redirected; local 1943 edge redirected = redirect_edge_and_branch (edge_in, bb); local 4640 edge redirected; local 4688 edge redirected = cfg_layout_redirect_edge_and_branch (e, dest); local [all...] |
| tree-eh.cc | 3772 bool redirected = false; 3831 redirected = true; 3909 return redirected; 3945 bool redirected = false; 3957 redirected |= lower_eh_dispatch (bb, 3970 if (redirected) 4741 landing pad block. If the merge succeeds, we'll already have redirected 3768 bool redirected = false; local 3941 bool redirected = false; local
|
| sel-sched-ir.cc | 5637 when the conditional jump being redirected may become unconditional. */ 5665 redirected edge are in reverse topological order. */ 5673 edge redirected; 5686 when the conditional jump being redirected may become unconditional. */ 5691 redirected = redirect_edge_and_branch (e, to); 5693 gcc_assert (redirected && !last_added_blocks.exists ()); 5695 /* When we've redirected a latch edge, update the header. */ 5703 by the redirected edge can change (see PR42245 for an example). Update 5648 edge redirected; local
|
| tree-cfg.cc | 5896 /* If we redirected a branch we must create new PHI nodes at the 5994 edge representing the redirected branch. */ 6113 /* The edges from OMP constructs can be simply redirected. */ 6530 edges to the region must go to ENTRY->dest. The edge ENTRY is redirected 6550 edge redirected; local 6637 redirected = redirect_edge_and_branch (entry, get_bb_copy (entry->dest)); 6638 gcc_assert (redirected != NULL); 8966 redirected. */
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| query.h | 198 bool redirected; /* nxdomain redirected? */ member in struct:query_ctx
|
| /src/external/gpl3/gdb/dist/gdb/ |
| go32-nat.c | 64 is also automagically redirected to the same file/device! 190 int redirected; member in struct:__anon17863 196 ptr->redirected = 0; 904 gdb_printf ("\tFile handle %d is redirected to `%s'.\n", 913 ("\tFile handle %d appears to be redirected by inferior.\n", i);
|
| windows-nat.c | 2277 "<&2" will generally fail, because the file descriptor redirected 2560 bool redirected = false; local 2719 redirected = 2728 /* If not all the standard streams are redirected by the command 2746 if (redirected || tty != INVALID_HANDLE_VALUE)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| go32-nat.c | 64 is also automagically redirected to the same file/device! 190 int redirected; member in struct:__anon20602 196 ptr->redirected = 0; 906 gdb_printf ("\tFile handle %d is redirected to `%s'.\n", 915 ("\tFile handle %d appears to be redirected by inferior.\n", i);
|
| windows-nat.c | 2395 "<&2" will generally fail, because the file descriptor redirected 2678 bool redirected = false; local 2837 redirected = 2846 /* If not all the standard streams are redirected by the command 2864 if (redirected || tty != INVALID_HANDLE_VALUE)
|
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 9380 if (qctx->redirected) { 9668 qctx->redirected = true; 9672 qctx->redirected = true; 9704 qctx->redirected = true; 9708 qctx->redirected = true; 10107 bool redirected = false; local 10294 redirected = true; 10356 if (redirected) {
|