Home
last modified time | relevance | path

Searched refs:first_edge_aux_obj (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfg.c671 static void *first_edge_aux_obj = 0; variable
745 if (e->aux || !first_edge_aux_obj) in alloc_aux_for_edge()
766 else if (first_edge_aux_obj) in alloc_aux_for_edges()
769 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
805 if (!first_edge_aux_obj) in free_aux_for_edges()
807 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
808 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfg.c671 static void *first_edge_aux_obj = 0;
745 if (e->aux || !first_edge_aux_obj)
766 else if (first_edge_aux_obj)
769 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0);
805 if (!first_edge_aux_obj)
807 obstack_free (&edge_aux_obstack, first_edge_aux_obj);
808 first_edge_aux_obj = NULL;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfg.c576 static void *first_edge_aux_obj = 0; variable
648 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
668 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
710 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
711 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
712 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfg.c578 static void *first_edge_aux_obj = 0; variable
650 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
670 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
672 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
712 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
713 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
714 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfg.c579 static void *first_edge_aux_obj = 0; variable
651 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
671 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
673 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
713 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
714 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
715 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfg.c593 static void *first_edge_aux_obj = 0; variable
665 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
685 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
687 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
727 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
728 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
729 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfg.c579 static void *first_edge_aux_obj = 0; variable
651 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
671 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
673 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
713 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
714 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
715 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfg.c593 static void *first_edge_aux_obj = 0; variable
665 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
685 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
687 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
727 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
728 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
729 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfg.c576 static void *first_edge_aux_obj = 0; variable
648 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
668 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
710 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
711 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
712 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfg.c576 static void *first_edge_aux_obj = 0; variable
648 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
668 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
710 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
711 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
712 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfg.c576 static void *first_edge_aux_obj = 0; variable
648 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
668 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
710 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
711 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
712 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfg.c576 static void *first_edge_aux_obj = 0; variable
648 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
668 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
710 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
711 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
712 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfg.c593 static void *first_edge_aux_obj = 0; variable
665 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
685 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
687 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
727 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
728 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
729 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfg.c579 static void *first_edge_aux_obj = 0; variable
651 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
671 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
673 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
713 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
714 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
715 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfg.c576 static void *first_edge_aux_obj = 0; variable
648 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
668 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
710 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
711 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
712 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfg.c593 static void *first_edge_aux_obj = 0; variable
665 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
685 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
687 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
727 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
728 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
729 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfg.c578 static void *first_edge_aux_obj = 0; variable
650 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
670 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
672 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
712 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
713 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
714 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfg.c578 static void *first_edge_aux_obj = 0; variable
650 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
670 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
672 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
712 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
713 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
714 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcfg.c630 static void *first_edge_aux_obj = 0; variable
702 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
722 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
724 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
762 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
763 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
764 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfg.c542 static void *first_edge_aux_obj = 0; variable
614 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
634 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
636 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
676 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
677 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
678 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfg.c513 static void *first_edge_aux_obj = 0; variable
585 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
605 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
607 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
645 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
646 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
647 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfg.c543 static void *first_edge_aux_obj = 0; variable
615 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
635 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
637 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
677 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
678 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
679 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfg.c513 static void *first_edge_aux_obj = 0; variable
585 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
605 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
607 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
645 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
646 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
647 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfg.c542 static void *first_edge_aux_obj = 0; variable
614 gcc_assert (!e->aux && first_edge_aux_obj); in alloc_aux_for_edge()
634 gcc_assert (!first_edge_aux_obj); in alloc_aux_for_edges()
636 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
676 gcc_assert (first_edge_aux_obj); in free_aux_for_edges()
677 obstack_free (&edge_aux_obstack, first_edge_aux_obj); in free_aux_for_edges()
678 first_edge_aux_obj = NULL; in free_aux_for_edges()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A D2007-10-15-CoalescerCrash.ll85 @first_edge_aux_obj = external global i8* ; <i8**> [#uses=0]

12