Searched refs:task_reduction_read (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 4288 task_reduction_read (gimple_seq *ilist, tree tskred_temp, tree type, in task_reduction_read() function 4452 v = task_reduction_read (ilist, tskred_temp, sizetype, 1); in lower_rec_input_clauses() 4456 v = task_reduction_read (ilist, tskred_temp, ptr_type_node, 2); in lower_rec_input_clauses() 4743 off = task_reduction_read (ilist, tskred_temp, sizetype, in lower_rec_input_clauses() 4914 ref = task_reduction_read (ilist, tskred_temp, ptype, in lower_rec_input_clauses() 5109 off = task_reduction_read (ilist, tskred_temp, sizetype, in lower_rec_input_clauses() 5663 x = task_reduction_read (ilist, tskred_temp, in lower_rec_input_clauses()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 4767 task_reduction_read (gimple_seq *ilist, tree tskred_temp, tree type, in task_reduction_read() function 5010 v = task_reduction_read (ilist, tskred_temp, sizetype, 1); in lower_rec_input_clauses() 5014 v = task_reduction_read (ilist, tskred_temp, ptr_type_node, 2); in lower_rec_input_clauses() 5336 off = task_reduction_read (ilist, tskred_temp, sizetype, in lower_rec_input_clauses() 5506 ref = task_reduction_read (ilist, tskred_temp, ptype, in lower_rec_input_clauses() 5710 off = task_reduction_read (ilist, tskred_temp, sizetype, in lower_rec_input_clauses() 6328 x = task_reduction_read (ilist, tskred_temp, in lower_rec_input_clauses()
|
H A D | ChangeLog-2018 | 5437 (task_reduction_read): New function.
|