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

  /src/external/gpl3/gcc/dist/gcc/
tree-nested.cc 1347 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
1602 seq = &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause);
2122 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
2373 &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause));
omp-low.cc 1798 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c))
2006 && OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c))
2007 scan_omp (&OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c), ctx);
7310 && OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c))
7312 lower_omp (&OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c), ctx);
7314 OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c));
7315 OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c) = NULL;
tree-inline.cc 5781 gimple_seq seq = OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (expr);
5783 OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (expr) = seq;
gimplify.cc 12881 &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c));
12883 (gimple_seq_first_stmt (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c)));
15869 && OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c) == NULL)
15893 seq = &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c);
tree.h 1701 #define OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ(NODE) \
  /src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc 1339 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
1592 seq = &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause);
2111 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
2360 &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause));
omp-low.cc 1763 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c))
1970 && OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c))
1971 scan_omp (&OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c), ctx);
7352 && OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c))
7354 lower_omp (&OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c), ctx);
7356 OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c));
7357 OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c) = NULL;
tree-inline.cc 5746 gimple_seq seq = OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (expr);
5748 OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (expr) = seq;
gimplify.cc 10497 &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c));
10499 (gimple_seq_first_stmt (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c)));
13090 && OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c) == NULL)
13114 seq = &OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c);
tree.h 1587 #define OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ(NODE) \

Completed in 103 milliseconds