HomeSort by: relevance | last modified time | path
    Searched defs:control_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 2631 tree control, control_name, res, t; local
2681 control_name = NULL_TREE;
2711 gcc_assert (control_name == NULL_TREE
2713 control_name = res;
2716 gcc_assert (control_name != NULL_TREE);
2724 fold_convert (TREE_TYPE (control_name), nit_1),
2726 stmt = gimple_build_assign (control_name, nit_1);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 2630 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 26 milliseconds