Searched refs:control_name (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c2630 tree control, control_name, res, t; local
2680 control_name = NULL_TREE;
2710 gcc_assert (control_name == NULL_TREE
2712 control_name = res;
2715 gcc_assert (control_name != NULL_TREE);
2723 fold_convert (TREE_TYPE (control_name), nit_1),
2725 stmt = gimple_build_assign (control_name, nit_1);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc2630 tree control, control_name, res, t; local
2680 control_name = NULL_TREE;
2710 gcc_assert (control_name == NULL_TREE
2712 control_name = res;
2715 gcc_assert (control_name != NULL_TREE);
2723 fold_convert (TREE_TYPE (control_name), nit_1),
2725 stmt = gimple_build_assign (control_name, nit_1);

Completed in 111 milliseconds