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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 2000 tree n2o = create_tmp_reg (itype, ".n2o"); local
2002 expand_omp_build_assign (gsi, n2o, t);
2028 t = fold_build2 (PLUS_EXPR, itype, t, n2o);
2205 expand_omp_build_assign (&gsi2, j ? n2o : n1o, tem);
2218 expand_omp_build_assign (&gsi2, j ? n2o : n1o, t);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 1999 tree n2o = create_tmp_reg (itype, ".n2o"); local
2001 expand_omp_build_assign (gsi, n2o, t);
2027 t = fold_build2 (PLUS_EXPR, itype, t, n2o);
2204 expand_omp_build_assign (&gsi2, j ? n2o : n1o, tem);
2217 expand_omp_build_assign (&gsi2, j ? n2o : n1o, t);

Completed in 51 milliseconds