| /src/external/gpl3/gcc/dist/gcc/ |
| cfgloop.h | 98 typedef class loop *loop_p; typedef in typeref:class:loop 145 vec<loop_p, va_gc> *superloops; 329 vec<loop_p, va_gc> *larray; 417 void mark_loop_for_removal (loop_p); 567 inline vec<loop_p, va_gc> *
|
| omp-low.cc | 174 bool loop_p; member in struct:omp_context 686 || ctx->loop_p 1731 ctx->loop_p = true; 3243 && !ctx->loop_p) 3313 if (ctx->loop_p) 4072 && !ctx->loop_p)
|
| gimplify.cc | 15101 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) 15154 if (!loop_p 15341 loop_p && TREE_CODE (for_stmt) != OMP_SIMD 15571 else if (TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1 && !loop_p) 15635 if (loop_p && OMP_FOR_ORIG_DECLS (for_stmt)) 15928 || (loop_p && orig_for_stmt == for_stmt)) 15944 || (loop_p && orig_for_stmt == for_stmt)) 16005 if (loop_p && kind == GF_OMP_FOR_KIND_SIMD) 15098 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgloop.h | 95 typedef class loop *loop_p; typedef in typeref:class:loop 142 vec<loop_p, va_gc> *superloops; 326 vec<loop_p, va_gc> *larray; 410 void mark_loop_for_removal (loop_p); 559 inline vec<loop_p, va_gc> *
|
| omp-low.cc | 174 bool loop_p; member in struct:omp_context 684 || ctx->loop_p 1696 ctx->loop_p = true; 3201 && !ctx->loop_p) 3271 if (ctx->loop_p) 4112 && !ctx->loop_p)
|
| gimplify.cc | 12346 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) 12399 if (!loop_p 12573 loop_p && TREE_CODE (for_stmt) != OMP_SIMD 12792 else if (TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1 && !loop_p) 12856 if (loop_p && OMP_FOR_ORIG_DECLS (for_stmt)) 13149 || (loop_p && orig_for_stmt == for_stmt)) 13165 || (loop_p && orig_for_stmt == for_stmt)) 13226 if (loop_p && kind == GF_OMP_FOR_KIND_SIMD) 12343 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) local
|