Home
last modified time | relevance | path

Searched refs:args_to_pass (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-split.cc1205 vec<tree> args_to_pass = vNULL; in split_function() local
1250 args_to_pass.safe_push (arg); in split_function()
1465 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1470 args_to_pass[i] = arg; in split_function()
1472 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1474 args_to_pass.release (); in split_function()
H A DChangeLog-201213466 * ipa-split.c (split_function): Free args_to_pass vector.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-split.c1186 vec<tree> args_to_pass = vNULL; in split_function() local
1231 args_to_pass.safe_push (arg); in split_function()
1446 FOR_EACH_VEC_ELT (args_to_pass, i, arg) in split_function()
1451 args_to_pass[i] = arg; in split_function()
1453 call = gimple_build_call_vec (node->decl, args_to_pass); in split_function()
1455 args_to_pass.release (); in split_function()