Searched refs:trip_main (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c4446 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; local
4675 trip_main = make_ssa_name (trip_var);
4681 trip_main = trip_var;
4706 t = fold_build2 (MULT_EXPR, itype, trip_main, nthreads);
4946 t = build2 (PLUS_EXPR, itype, trip_main, t);
5092 phi = create_phi_node (trip_main, iter_part_bb);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc5646 tree trip_var, trip_init, trip_main, trip_back, nthreads, threadid; local
5866 trip_main = make_ssa_name (trip_var);
5872 trip_main = trip_var;
5897 t = fold_build2 (MULT_EXPR, itype, trip_main, nthreads);
6127 t = build2 (PLUS_EXPR, itype, trip_main, t);
6273 phi = create_phi_node (trip_main, iter_part_bb);

Completed in 129 milliseconds