Home
last modified time | relevance | path

Searched refs:guard_edge (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-unswitch.c468 edge guard_edge, te, fe; in find_loop_guard() local
517 guard_edge = te; in find_loop_guard()
522 guard_edge = fe; in find_loop_guard()
528 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
532 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
535 if (guard_edge->dest == loop->latch) in find_loop_guard()
545 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
573 guard_edge = NULL; in find_loop_guard()
580 guard_edge = NULL; in find_loop_guard()
590 return guard_edge; in find_loop_guard()
H A Dtree-vect-loop-manip.c392 slpeel_update_phi_nodes_for_guard1 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard1() argument
398 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard1()
439 add_phi_arg (new_phi, guard_arg, guard_edge, guard_locus); in slpeel_update_phi_nodes_for_guard1()
532 slpeel_update_phi_nodes_for_guard2 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard2() argument
538 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
599 add_phi_arg (new_phi, guard_arg, guard_edge, UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_guard2()
646 new_phi = create_phi_node (new_res, guard_edge->src); in slpeel_update_phi_nodes_for_guard2()
649 gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); in slpeel_update_phi_nodes_for_guard2()
650 add_phi_arg (new_phi, arg, EDGE_PRED (guard_edge->src, 0), in slpeel_update_phi_nodes_for_guard2()
654 gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) in slpeel_update_phi_nodes_for_guard2()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-unswitch.c468 edge guard_edge, te, fe; in find_loop_guard() local
517 guard_edge = te; in find_loop_guard()
522 guard_edge = fe; in find_loop_guard()
528 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
532 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
535 if (guard_edge->dest == loop->latch) in find_loop_guard()
545 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
573 guard_edge = NULL; in find_loop_guard()
580 guard_edge = NULL; in find_loop_guard()
590 return guard_edge; in find_loop_guard()
H A Dtree-vect-loop-manip.c392 slpeel_update_phi_nodes_for_guard1 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard1() argument
398 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard1()
439 add_phi_arg (new_phi, guard_arg, guard_edge, guard_locus); in slpeel_update_phi_nodes_for_guard1()
532 slpeel_update_phi_nodes_for_guard2 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard2() argument
538 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
599 add_phi_arg (new_phi, guard_arg, guard_edge, UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_guard2()
646 new_phi = create_phi_node (new_res, guard_edge->src); in slpeel_update_phi_nodes_for_guard2()
649 gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); in slpeel_update_phi_nodes_for_guard2()
650 add_phi_arg (new_phi, arg, EDGE_PRED (guard_edge->src, 0), in slpeel_update_phi_nodes_for_guard2()
654 gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) in slpeel_update_phi_nodes_for_guard2()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-unswitch.c548 edge guard_edge, te, fe; in find_loop_guard() local
617 guard_edge = te; in find_loop_guard()
622 guard_edge = fe; in find_loop_guard()
628 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
632 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
635 if (guard_edge->dest == loop->latch) in find_loop_guard()
645 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
673 guard_edge = NULL; in find_loop_guard()
680 guard_edge = NULL; in find_loop_guard()
690 return guard_edge; in find_loop_guard()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
H A Dtree-vect-loop-manip.c2169 edge guard_edge, edge merge_edge) in slpeel_update_phi_nodes_for_guard1() argument
2186 gphi *new_phi = create_phi_node (new_res, guard_edge->dest); in slpeel_update_phi_nodes_for_guard1()
2195 add_phi_arg (new_phi, guard_arg, guard_edge, guard_loc); in slpeel_update_phi_nodes_for_guard1()
2280 edge guard_edge, edge merge_edge) in slpeel_update_phi_nodes_for_guard2() argument
2283 basic_block merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
2317 add_phi_arg (merge_phi, guard_arg, guard_edge, UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_guard2()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-unswitch.c549 edge guard_edge, te, fe;
618 guard_edge = te;
623 guard_edge = fe;
629 guard_edge == fe ? te->dest : fe->dest))
633 guard_edge->src->index, guard_edge->dest->index);
636 if (guard_edge->dest == loop->latch)
646 guard_edge->src->index, guard_edge->dest->index, loop->num);
674 guard_edge = NULL;
681 guard_edge = NULL;
691 return guard_edge;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-unswitch.c549 edge guard_edge, te, fe; in find_loop_guard() local
618 guard_edge = te; in find_loop_guard()
623 guard_edge = fe; in find_loop_guard()
629 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
633 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
636 if (guard_edge->dest == loop->latch) in find_loop_guard()
646 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
674 guard_edge = NULL; in find_loop_guard()
681 guard_edge = NULL; in find_loop_guard()
691 return guard_edge; in find_loop_guard()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-unswitch.c549 edge guard_edge, te, fe; in find_loop_guard() local
618 guard_edge = te; in find_loop_guard()
623 guard_edge = fe; in find_loop_guard()
629 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
633 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
636 if (guard_edge->dest == loop->latch) in find_loop_guard()
646 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
674 guard_edge = NULL; in find_loop_guard()
681 guard_edge = NULL; in find_loop_guard()
691 return guard_edge; in find_loop_guard()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-unswitch.c549 edge guard_edge, te, fe; in find_loop_guard() local
618 guard_edge = te; in find_loop_guard()
623 guard_edge = fe; in find_loop_guard()
629 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
633 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
636 if (guard_edge->dest == loop->latch) in find_loop_guard()
646 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
674 guard_edge = NULL; in find_loop_guard()
681 guard_edge = NULL; in find_loop_guard()
691 return guard_edge; in find_loop_guard()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-unswitch.c549 edge guard_edge, te, fe; in find_loop_guard() local
618 guard_edge = te; in find_loop_guard()
623 guard_edge = fe; in find_loop_guard()
629 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
633 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
636 if (guard_edge->dest == loop->latch) in find_loop_guard()
646 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
674 guard_edge = NULL; in find_loop_guard()
681 guard_edge = NULL; in find_loop_guard()
691 return guard_edge; in find_loop_guard()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-unswitch.c549 edge guard_edge, te, fe; in find_loop_guard() local
618 guard_edge = te; in find_loop_guard()
623 guard_edge = fe; in find_loop_guard()
629 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
633 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
636 if (guard_edge->dest == loop->latch) in find_loop_guard()
646 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
674 guard_edge = NULL; in find_loop_guard()
681 guard_edge = NULL; in find_loop_guard()
691 return guard_edge; in find_loop_guard()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-unswitch.c550 edge guard_edge, te, fe; in find_loop_guard() local
619 guard_edge = te; in find_loop_guard()
624 guard_edge = fe; in find_loop_guard()
630 guard_edge == fe ? te->dest : fe->dest)) in find_loop_guard()
634 guard_edge->src->index, guard_edge->dest->index); in find_loop_guard()
637 if (guard_edge->dest == loop->latch) in find_loop_guard()
647 guard_edge->src->index, guard_edge->dest->index, loop->num); in find_loop_guard()
675 guard_edge = NULL; in find_loop_guard()
682 guard_edge = NULL; in find_loop_guard()
692 return guard_edge; in find_loop_guard()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vectorizer.c505 slpeel_update_phi_nodes_for_guard1 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard1() argument
512 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard1()
551 add_phi_arg (new_phi, guard_arg, guard_edge); in slpeel_update_phi_nodes_for_guard1()
632 slpeel_update_phi_nodes_for_guard2 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard2() argument
638 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
698 add_phi_arg (new_phi, guard_arg, guard_edge); in slpeel_update_phi_nodes_for_guard2()
744 guard_edge->src); in slpeel_update_phi_nodes_for_guard2()
747 gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); in slpeel_update_phi_nodes_for_guard2()
748 add_phi_arg (new_phi, arg, EDGE_PRED (guard_edge->src, 0)); in slpeel_update_phi_nodes_for_guard2()
751 gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) in slpeel_update_phi_nodes_for_guard2()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-loop-manip.c376 slpeel_update_phi_nodes_for_guard1 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard1() argument
382 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard1()
423 add_phi_arg (new_phi, guard_arg, guard_edge, guard_locus); in slpeel_update_phi_nodes_for_guard1()
505 slpeel_update_phi_nodes_for_guard2 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard2() argument
511 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
572 add_phi_arg (new_phi, guard_arg, guard_edge, UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_guard2()
619 new_phi = create_phi_node (new_res, guard_edge->src); in slpeel_update_phi_nodes_for_guard2()
622 gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); in slpeel_update_phi_nodes_for_guard2()
623 add_phi_arg (new_phi, arg, EDGE_PRED (guard_edge->src, 0), in slpeel_update_phi_nodes_for_guard2()
627 gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) in slpeel_update_phi_nodes_for_guard2()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-loop-manip.c391 slpeel_update_phi_nodes_for_guard1 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard1() argument
397 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard1()
438 add_phi_arg (new_phi, guard_arg, guard_edge, guard_locus); in slpeel_update_phi_nodes_for_guard1()
531 slpeel_update_phi_nodes_for_guard2 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard2() argument
537 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
598 add_phi_arg (new_phi, guard_arg, guard_edge, UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_guard2()
645 new_phi = create_phi_node (new_res, guard_edge->src); in slpeel_update_phi_nodes_for_guard2()
648 gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); in slpeel_update_phi_nodes_for_guard2()
649 add_phi_arg (new_phi, arg, EDGE_PRED (guard_edge->src, 0), in slpeel_update_phi_nodes_for_guard2()
653 gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) in slpeel_update_phi_nodes_for_guard2()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-loop-manip.c376 slpeel_update_phi_nodes_for_guard1 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard1() argument
382 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard1()
423 add_phi_arg (new_phi, guard_arg, guard_edge, guard_locus); in slpeel_update_phi_nodes_for_guard1()
505 slpeel_update_phi_nodes_for_guard2 (edge guard_edge, struct loop *loop, in slpeel_update_phi_nodes_for_guard2() argument
511 basic_block new_merge_bb = guard_edge->dest; in slpeel_update_phi_nodes_for_guard2()
572 add_phi_arg (new_phi, guard_arg, guard_edge, UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_guard2()
619 new_phi = create_phi_node (new_res, guard_edge->src); in slpeel_update_phi_nodes_for_guard2()
622 gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); in slpeel_update_phi_nodes_for_guard2()
623 add_phi_arg (new_phi, arg, EDGE_PRED (guard_edge->src, 0), in slpeel_update_phi_nodes_for_guard2()
627 gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) in slpeel_update_phi_nodes_for_guard2()
[all …]

12