Lines Matching full:multiplier
5 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
9 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
13 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
17 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
21 ; With relaxed candidates multiplier (unscaled candidates == 8) we should allow
22 ; some unswitches to happen until siblings multiplier starts kicking in:
23 ; With relaxed candidates multiplier (unscaled candidates == 8) we should allow
24 ; some unswitches to happen until siblings multiplier starts kicking in:
26 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
30 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
34 ; With relaxed candidates multiplier (unscaled candidates == 8) and with relaxed
35 ; siblings multiplier for top-level loops (toplevel-div == 8) we should get
39 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
43 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
49 ; copies of the loop when cost multiplier is disabled:
51 ; RUN: opt < %s -enable-unswitch-cost-multiplier=false \
54 ; RUN: opt < %s -enable-unswitch-cost-multiplier=false \