Searched refs:MAX_GCSE_PASSES (Results 1 – 3 of 3) sorted by relevance
122 #define MAX_GCSE_PASSES \ macro
706 while (changed && pass < MAX_GCSE_PASSES) in gcse_main()6554 changed = one_cprop_pass (MAX_GCSE_PASSES + 2, true, true); in bypass_jumps()
19499 * 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