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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c650 control_dependences *cd, int *nb_calls, bool *destroy_p,
2946 control_dependences *cd, int *nb_calls, bool *destroy_p,
2954 *destroy_p = false;
3164 *destroy_p |= generate_code_for_partition (loop, partition, i < nbp - 1);
3368 bool destroy_p; local
3372 &destroy_p, (!optimize_loop_for_speed_p (loop)
3374 if (destroy_p)
2945 distribute_loop(class loop *loop, vec<gimple *> stmts, control_dependences *cd, int *nb_calls, bool *destroy_p, bool only_patterns_p) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc655 control_dependences *cd, int *nb_calls, bool *destroy_p,
2986 control_dependences *cd, int *nb_calls, bool *destroy_p,
2994 *destroy_p = false;
3204 *destroy_p |= generate_code_for_partition (loop, partition, i < nbp - 1);
3858 bool destroy_p;
3862 &destroy_p, (!optimize_loop_for_speed_p (loop)
3864 if (destroy_p)

Completed in 100 milliseconds