Searched refs:create_tailcall_accumulator (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-tailcall.cc | 1081 create_tailcall_accumulator (const char *label, basic_block bb, tree init) in create_tailcall_accumulator() function 1173 a_acc = create_tailcall_accumulator ("add_acc", first, in tree_optimize_tail_calls_1() 1177 m_acc = create_tailcall_accumulator ("mult_acc", first, in tree_optimize_tail_calls_1()
|
H A D | ChangeLog.gimple-classes | 1412 (create_tailcall_accumulator): Likewise. 2532 (create_tailcall_accumulator): Strengthen local "phi" to be a
|
H A D | ChangeLog.tuples | 3040 create_tailcall_accumulator): New functions from refactoring of
|
H A D | ChangeLog-2012 | 15143 (create_tailcall_accumulator): Likewise. 16243 (create_tailcall_accumulator): Likewise. 18807 (create_tailcall_accumulator): Likewise. 19399 (create_tailcall_accumulator): Likewise.
|
H A D | ChangeLog-2021 | 19228 * tree-tailcall.c (create_tailcall_accumulator): 19231 of integer_{one,zero}_node for the call of create_tailcall_accumulator.
|
H A D | ChangeLog-2009 | 15217 create_tailcall_accumulator, tree_optimize_tail_calls_1): Add locations. 16723 create_tailcall_accumulator): Set DECL_GIMPLE_REG_P on the temporary
|
H A D | ChangeLog-2010 | 34200 (create_tailcall_accumulator): Likewise.
|
H A D | ChangeLog-2013 | 21732 (create_tailcall_accumulator): For pointer result type accumulate in
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-tailcall.c | 1070 create_tailcall_accumulator (const char *label, basic_block bb, tree init) in create_tailcall_accumulator() function 1160 a_acc = create_tailcall_accumulator ("add_acc", first, in tree_optimize_tail_calls_1() 1164 m_acc = create_tailcall_accumulator ("mult_acc", first, in tree_optimize_tail_calls_1()
|