Lines Matching refs:threshold
2 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 15 \
8 ; Verify that remarks that don't meet the hotness threshold are not output.
10 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
11 ; RUN: -pass-remarks-output=%t.threshold 2>&1 | \
13 ; RUN: test ! -s %t.threshold
15 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
16 ; RUN: -pass-remarks-output=%t.threshold
18 ; RUN: test ! -s %t.threshold
22 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 15 \
28 ; Verify that remarks that don't meet the hotness threshold are not output.
30 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
31 ; RUN: -pass-remarks-output=%t.threshold 2>&1 | \
33 ; RUN: test ! -s %t.threshold
35 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
36 ; RUN: -pass-remarks-output=%t.threshold
40 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 15 \
46 ; Verify that remarks that don't meet the hotness threshold are not output.
48 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
49 ; RUN: -pass-remarks-output=%t.threshold 2>&1 | \
51 ; RUN: test ! -s %t.threshold
53 ; RUN: -pass-remarks-with-hotness -pass-remarks-hotness-threshold 100 \
54 ; RUN: -pass-remarks-output=%t.threshold
57 ; RUN: test ! -s %t.threshold
98 ; No remarks should be output, since none meet the threshold.