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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 2784 bool rect_p = (fd->loops[j].m1 == NULL_TREE local
2790 n1 = rect_p ? build_zero_cst (type) : t;
2808 vs[j] = create_tmp_reg (rect_p ? type : itype, ".it");
2813 n2 = rect_p ? counts[j] : t;
2885 if (rect_p)
2913 = gimple_build_cond (rect_p ? LT_EXPR
2945 bool rect_p = (fd->loops[j].m1 == NULL_TREE local
2960 else if (rect_p)
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 2786 bool rect_p = (fd->loops[j].m1 == NULL_TREE local
2792 n1 = rect_p ? build_zero_cst (type) : t;
2811 vs[j] = create_tmp_reg (rect_p ? type : itype, ".it");
2816 n2 = rect_p ? counts[j] : t;
2889 if (rect_p)
2918 = gimple_build_cond (rect_p ? LT_EXPR
2950 bool rect_p = (fd->loops[j].m1 == NULL_TREE local
2966 else if (rect_p)

Completed in 92 milliseconds