Searched defs:condtemp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 2694 tree mem = NULL_TREE, cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_generic() local 3656 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local 4456 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local 5220 tree condtemp = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_simd() local 6772 tree memv = NULL_TREE, condtemp = NULL_TREE; in expand_omp_sections() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 3877 tree mem = NULL_TREE, cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_generic() local 4866 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_nochunk() local 5657 tree cond_var = NULL_TREE, condtemp = NULL_TREE; in expand_omp_for_static_chunk() local 6361 tree condtemp = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_simd() local 8331 tree memv = NULL_TREE, condtemp = NULL_TREE; in expand_omp_sections() local
|