Home
last modified time | relevance | path

Searched refs:MAX_GCSE_PASSES (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dparams.h122 #define MAX_GCSE_PASSES \ macro
Dgcse.c706 while (changed && pass < MAX_GCSE_PASSES) in gcse_main()
6554 changed = one_cprop_pass (MAX_GCSE_PASSES + 2, true, true); in bypass_jumps()
DChangeLog-200119499 * gcse.c (gcse_main): Use MAX_GCSE_PASSES instead of MAX_PASSES.
19502 * params.h (MAX_GCSE_PASSES): New macro, to get parameter value of