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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 15032 to ORIG_FOR_STMT. */
15036 tree orig_for_stmt)
15057 OMP_CLAUSE_CHAIN (c) = OMP_FOR_CLAUSES (orig_for_stmt);
15058 OMP_FOR_CLAUSES (orig_for_stmt) = c;
15089 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t;
15099 orig_for_stmt = for_stmt = *expr_p;
15394 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP)
15406 for_pre_p, orig_for_stmt);
15408 for_pre_p, orig_for_stmt);
15412 orig_for_stmt);
15086 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 12300 to ORIG_FOR_STMT. */
12304 tree orig_for_stmt)
12325 OMP_CLAUSE_CHAIN (c) = OMP_FOR_CLAUSES (orig_for_stmt);
12326 OMP_FOR_CLAUSES (orig_for_stmt) = c;
12334 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t;
12344 orig_for_stmt = for_stmt = *expr_p;
12627 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP)
12639 for_pre_p, orig_for_stmt);
12641 for_pre_p, orig_for_stmt);
12645 orig_for_stmt);
12331 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; local
    [all...]

Completed in 58 milliseconds