Searched refs:gimple_alloc (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple.cc | 143 gimple_alloc (enum gimple_code code, unsigned num_ops MEM_STAT_DECL) in gimple_alloc() function 185 gimple *s = gimple_alloc (code, num_ops PASS_MEM_STAT); in gimple_build_with_ops_stat() 581 return gimple_alloc (GIMPLE_NOP, 0); in gimple_build_nop() 592 gbind *p = as_a <gbind *> (gimple_alloc (GIMPLE_BIND, 0)); in gimple_build_bind() 680 gcatch *p = as_a <gcatch *> (gimple_alloc (GIMPLE_CATCH, 0)); in gimple_build_catch() 696 geh_filter *p = as_a <geh_filter *> (gimple_alloc (GIMPLE_EH_FILTER, 0)); in gimple_build_eh_filter() 709 geh_mnt *p = as_a <geh_mnt *> (gimple_alloc (GIMPLE_EH_MUST_NOT_THROW, 0)); in gimple_build_eh_must_not_throw() 723 geh_else *p = as_a <geh_else *> (gimple_alloc (GIMPLE_EH_ELSE, 0)); in gimple_build_eh_else() 743 p = as_a <gtry *> (gimple_alloc (GIMPLE_TRY, 0)); in gimple_build_try() 760 gimple *p = gimple_alloc (GIMPLE_WITH_CLEANUP_EXPR, 0); in gimple_build_wce() [all …]
|
H A D | gimple-predict.h | 75 gimple *p = gimple_alloc (GIMPLE_PREDICT, 0); in gimple_build_predict()
|
H A D | gimple-streamer-in.cc | 101 stmt = gimple_alloc (code, num_ops); in input_gimple_stmt()
|
H A D | ChangeLog.tuples | 1511 * gimple.c (gimple_alloc): Annotate with MEM_STAT_INFO 1747 (gimple_alloc): Add argument NUM_OPS. Update all users. 1850 * gimple.c (gimple_alloc): Fix non-C99 declaration. 3998 (gimple_alloc): Gather statistics for tuples. 5829 (gimple_alloc): New. 5838 (build_gimple_nop): Call gimple_alloc. 5843 (build_gimple_catch): Call gimple_alloc. 5848 (build_gimple_resx): Call gimple_alloc. 5851 (build_gimple_omp_critical): Call gimple_alloc.
|
H A D | gimple.h | 1517 gimple *gimple_alloc (enum gimple_code, unsigned CXX_MEM_STAT_INFO);
|
H A D | ChangeLog-2009 | 7134 * gimple.h (gimple_alloc, gimple_alloc_stat): Declare.
|
H A D | ChangeLog-2019 | 14453 (gimple_alloc): Call gimple_init.
|
H A D | ChangeLog-2017 | 22160 * gimple.h (gimple_alloc): Remove macro.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 140 gimple_alloc (enum gimple_code code, unsigned num_ops MEM_STAT_DECL) in gimple_alloc() function 182 gimple *s = gimple_alloc (code, num_ops PASS_MEM_STAT); in gimple_build_with_ops_stat() 574 return gimple_alloc (GIMPLE_NOP, 0); in gimple_build_nop() 585 gbind *p = as_a <gbind *> (gimple_alloc (GIMPLE_BIND, 0)); in gimple_build_bind() 677 gcatch *p = as_a <gcatch *> (gimple_alloc (GIMPLE_CATCH, 0)); in gimple_build_catch() 693 geh_filter *p = as_a <geh_filter *> (gimple_alloc (GIMPLE_EH_FILTER, 0)); in gimple_build_eh_filter() 706 geh_mnt *p = as_a <geh_mnt *> (gimple_alloc (GIMPLE_EH_MUST_NOT_THROW, 0)); in gimple_build_eh_must_not_throw() 720 geh_else *p = as_a <geh_else *> (gimple_alloc (GIMPLE_EH_ELSE, 0)); in gimple_build_eh_else() 740 p = as_a <gtry *> (gimple_alloc (GIMPLE_TRY, 0)); in gimple_build_try() 757 gimple *p = gimple_alloc (GIMPLE_WITH_CLEANUP_EXPR, 0); in gimple_build_wce() [all …]
|
H A D | gimple-predict.h | 75 gimple *p = gimple_alloc (GIMPLE_PREDICT, 0); in gimple_build_predict()
|
H A D | gimple-streamer-in.c | 101 stmt = gimple_alloc (code, num_ops); in input_gimple_stmt()
|
H A D | gimple.h | 1515 gimple *gimple_alloc (enum gimple_code, unsigned CXX_MEM_STAT_INFO);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 203 number of operands, the memory allocator (@code{gimple_alloc}) simply 207 @code{gimple_alloc} reserves @code{sizeof (struct
|
H A D | gccint.info | 13299 memory allocator ('gimple_alloc') simply allocates enough memory to hold 13302 operands, 'gimple_alloc' reserves 'sizeof (struct
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 203 number of operands, the memory allocator (@code{gimple_alloc}) simply 207 @code{gimple_alloc} reserves @code{sizeof (struct
|
H A D | gccint.info | 12881 memory allocator ('gimple_alloc') simply allocates enough memory to hold 12884 operands, 'gimple_alloc' reserves 'sizeof (struct
|