Searched refs:args_to_pass (Results 1 – 3 of 3) sorted by relevance
1205 vec<tree> args_to_pass = vNULL; in split_function() local1250 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()
13466 * ipa-split.c (split_function): Free args_to_pass vector.
1186 vec<tree> args_to_pass = vNULL; in split_function() local1231 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()