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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 9748 tree folded_dep = NULL_TREE;
9824 if (folded_dep == NULL_TREE)
9826 folded_dep = c;
9838 if (folded_dep == c)
9846 folded_dep = c;
9866 if (folded_dep)
9871 tree itype = TREE_TYPE (TREE_VALUE (OMP_CLAUSE_DECL (folded_dep)));
9875 TREE_PURPOSE (OMP_CLAUSE_DECL (folded_dep))
9877 OMP_CLAUSE_CHAIN (folded_dep) = gimple_omp_ordered_clauses (ord_stmt);
9878 *gimple_omp_ordered_clauses_ptr (ord_stmt) = folded_dep;
9746 tree folded_dep = NULL_TREE; local
    [all...]
omp-low.cc 9748 tree folded_dep = NULL_TREE;
9824 if (folded_dep == NULL_TREE)
9826 folded_dep = c;
9838 if (folded_dep == c)
9846 folded_dep = c;
9866 if (folded_dep)
9871 tree itype = TREE_TYPE (TREE_VALUE (OMP_CLAUSE_DECL (folded_dep)));
9875 TREE_PURPOSE (OMP_CLAUSE_DECL (folded_dep))
9877 OMP_CLAUSE_CHAIN (folded_dep) = gimple_omp_ordered_clauses (ord_stmt);
9878 *gimple_omp_ordered_clauses_ptr (ord_stmt) = folded_dep;
9746 tree folded_dep = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 9790 tree folded_dep = NULL_TREE;
9866 if (folded_dep == NULL_TREE)
9868 folded_dep = c;
9880 if (folded_dep == c)
9888 folded_dep = c;
9908 if (folded_dep)
9913 tree itype = TREE_TYPE (TREE_VALUE (OMP_CLAUSE_DECL (folded_dep)));
9917 TREE_PURPOSE (OMP_CLAUSE_DECL (folded_dep))
9919 OMP_CLAUSE_CHAIN (folded_dep) = gimple_omp_ordered_clauses (ord_stmt);
9920 *gimple_omp_ordered_clauses_ptr (ord_stmt) = folded_dep;
9788 tree folded_dep = NULL_TREE; local
    [all...]
omp-low.cc 9790 tree folded_dep = NULL_TREE;
9866 if (folded_dep == NULL_TREE)
9868 folded_dep = c;
9880 if (folded_dep == c)
9888 folded_dep = c;
9908 if (folded_dep)
9913 tree itype = TREE_TYPE (TREE_VALUE (OMP_CLAUSE_DECL (folded_dep)));
9917 TREE_PURPOSE (OMP_CLAUSE_DECL (folded_dep))
9919 OMP_CLAUSE_CHAIN (folded_dep) = gimple_omp_ordered_clauses (ord_stmt);
9920 *gimple_omp_ordered_clauses_ptr (ord_stmt) = folded_dep;
9788 tree folded_dep = NULL_TREE; local
    [all...]

Completed in 104 milliseconds