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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 3965 tree mem = NULL_TREE, cond_var = NULL_TREE, condtemp = NULL_TREE; local
3972 condtemp = OMP_CLAUSE_DECL (c);
3997 tree type = TREE_TYPE (condtemp);
4266 expand_omp_build_assign (&gsi, condtemp, memv, false);
4965 tree cond_var = NULL_TREE, condtemp = NULL_TREE; local
5047 condtemp = OMP_CLAUSE_DECL (c);
5052 /* For scan, we don't want to reinitialize condtemp before the
5090 type = TREE_TYPE (condtemp);
5129 expand_omp_build_assign (&gsi2, condtemp, memv, false);
5132 tree ptr = fd->have_pointer_condtemp ? condtemp : memv
5752 tree cond_var = NULL_TREE, condtemp = NULL_TREE; local
6456 tree condtemp = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
8418 tree memv = NULL_TREE, condtemp = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 3877 tree mem = NULL_TREE, cond_var = NULL_TREE, condtemp = NULL_TREE; local
3884 condtemp = OMP_CLAUSE_DECL (c);
3909 tree type = TREE_TYPE (condtemp);
4175 expand_omp_build_assign (&gsi, condtemp, memv, false);
4866 tree cond_var = NULL_TREE, condtemp = NULL_TREE; local
4948 condtemp = OMP_CLAUSE_DECL (c);
4953 /* For scan, we don't want to reinitialize condtemp before the
4991 type = TREE_TYPE (condtemp);
5030 expand_omp_build_assign (&gsi2, condtemp, memv, false);
5033 tree ptr = fd->have_pointer_condtemp ? condtemp : memv
5657 tree cond_var = NULL_TREE, condtemp = NULL_TREE; local
6361 tree condtemp = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
8331 tree memv = NULL_TREE, condtemp = NULL_TREE; local
    [all...]

Completed in 27 milliseconds