Lines Matching full:multiplier
9 ; When we use the stricted multiplier candidates formula (unscaled candidates == 0)
12 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
16 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
20 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
24 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
28 ; With relaxed candidates multiplier (unscaled candidates == 8) we should allow
29 ; some unswitches to happen until siblings multiplier starts kicking in:
35 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
40 ; With relaxed candidates multiplier (unscaled candidates == 8) and with relaxed
41 ; siblings multiplier for top-level loops (toplevel-div == 8) we should get
44 ; RUN: opt < %s -enable-unswitch-cost-multiplier=true \
49 ; We get hundreds of copies of the loop when cost multiplier is disabled:
51 ; RUN: opt < %s -enable-unswitch-cost-multiplier=false \
73 ; Unswitched as much as it could (with multiplier disabled).