Searched refs:trip_init (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
4674 trip_init = make_ssa_name (trip_var);
4680 trip_init = trip_var;
4686 = gimple_build_assign (trip_init, build_int_cst (itype, 0));
5095 add_phi_arg (phi, trip_init, single_succ_edge (entry_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
5865 trip_init = make_ssa_name (trip_var);
5871 trip_init = trip_var;
5877 = gimple_build_assign (trip_init, build_int_cst (itype, 0));
6276 add_phi_arg (phi, trip_init, single_succ_edge (entry_bb),

Completed in 222 milliseconds