Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
DChangeLog-201213466 * ipa-split.c (split_function): Free args_to_pass vector.