Searched refs:t_async (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 8419 tree t_async = NULL_TREE; in expand_omp_target() local 8425 t_async = fold_convert_loc (OMP_CLAUSE_LOCATION (c), in expand_omp_target() 8430 t_async = fold_convert_loc (gimple_location (entry_stmt), in expand_omp_target() 8434 if (tagging && t_async) in expand_omp_target() 8438 if (TREE_CODE (t_async) == INTEGER_CST) in expand_omp_target() 8442 i_async = TREE_INT_CST_LOW (t_async); in expand_omp_target() 8444 t_async = NULL_TREE; in expand_omp_target() 8451 if (t_async) in expand_omp_target() 8452 args.safe_push (force_gimple_operand_gsi (&gsi, t_async, true, in expand_omp_target()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 10204 tree t_async = NULL_TREE; in expand_omp_target() local 10210 t_async = fold_convert_loc (OMP_CLAUSE_LOCATION (c), in expand_omp_target() 10215 t_async = fold_convert_loc (gimple_location (entry_stmt), in expand_omp_target() 10219 if (tagging && t_async) in expand_omp_target() 10223 if (TREE_CODE (t_async) == INTEGER_CST) in expand_omp_target() 10227 i_async = TREE_INT_CST_LOW (t_async); in expand_omp_target() 10229 t_async = NULL_TREE; in expand_omp_target() 10236 if (t_async) in expand_omp_target() 10237 args.safe_push (force_gimple_operand_gsi (&gsi, t_async, true, in expand_omp_target()
|
H A D | ChangeLog-2020 | 24718 t_async and the wait arguments.
|