Searched refs:MAX_UNROLLED_INSNS (Results 1 – 4 of 4) sorted by relevance
109 #define MAX_UNROLLED_INSNS \ macro
266 if (insn_count > MAX_UNROLLED_INSNS / 2)355 && loop_info->n_iterations < (unsigned) MAX_UNROLLED_INSNS356 && loop_info->n_iterations * insn_count < (unsigned) MAX_UNROLLED_INSNS)386 if (temp * factors[i].factor < (unsigned) MAX_UNROLLED_INSNS)410 if (8 * insn_count < MAX_UNROLLED_INSNS)412 else if (4 * insn_count < MAX_UNROLLED_INSNS)
14107 100, allowing MAX_UNROLLED_INSNS to be overridden.14109 * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by14113 (MAX_UNROLLED_INSNS): Delete, now in params.h.
128 #define MAX_UNROLLED_INSNS \ macro