Searched refs:gimple_init (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple.cc | 128 gimple_init (gimple *g, enum gimple_code code, unsigned num_ops) in gimple_init() function 157 gimple_init (stmt, code, num_ops); in gimple_alloc()
|
H A D | gimple.h | 1516 void gimple_init (gimple *g, enum gimple_code code, unsigned num_ops);
|
H A D | gimple-fold.cc | 6928 gimple_init (stmt1, GIMPLE_ASSIGN, 3); in maybe_fold_comparisons_from_match_pd() 6937 gimple_init (stmt2, GIMPLE_ASSIGN, 3); in maybe_fold_comparisons_from_match_pd()
|
H A D | ChangeLog-2019 | 14452 (gimple_init): New function. 14453 (gimple_alloc): Call gimple_init. 14455 (gimple_init): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 125 gimple_init (gimple *g, enum gimple_code code, unsigned num_ops) in gimple_init() function 154 gimple_init (stmt, code, num_ops); in gimple_alloc()
|
H A D | gimple-fold.c | 5844 gimple_init (stmt1, GIMPLE_ASSIGN, 3); in maybe_fold_comparisons_from_match_pd() 5852 gimple_init (stmt2, GIMPLE_ASSIGN, 3); in maybe_fold_comparisons_from_match_pd()
|
H A D | gimple.h | 1514 void gimple_init (gimple *g, enum gimple_code code, unsigned num_ops);
|