Lines Matching refs:bisect
18 ; RUN: opt -O3 -opt-bisect-limit=0 < %s | llc -O3 -opt-bisect-limit=0
21 ; Verify that no skippable passes are run with -opt-bisect-limit=0.
23 ; RUN: opt -disable-output -disable-verify -O3 -opt-bisect-limit=0 %s 2>&1 \
30 ; RUN: opt -opt-bisect-limit=0 < %s 2>&1 | FileCheck %s --check-prefix=OPTBISECT-O0
36 ; Verify that we can use the opt-bisect-helper.py script (derived from
37 ; utils/bisect) to locate the optimization that inlines the call to
40 ; RUN: %python %S/opt-bisect-helper.py --start=0 --end=256 --optcmd=opt \
53 ; RUN: opt -disable-output -disable-verify -deadargelim -opt-bisect-limit=-1 %s \
57 ; RUN: opt -disable-output -disable-verify -deadargelim -opt-bisect-limit=0 %s \
64 ; RUN: opt -disable-output -disable-verify -inline -opt-bisect-limit=-1 %s \
73 ; RUN: opt -disable-output -disable-verify -inline -opt-bisect-limit=0 %s \
85 ; RUN: opt -disable-output -disable-verify -early-cse -opt-bisect-limit=-1 \
91 ; RUN: opt -disable-output -disable-verify -early-cse -opt-bisect-limit=0 %s \
100 ; RUN: opt -disable-output -disable-verify -loop-reduce -opt-bisect-limit=-1 \
108 ; RUN: opt -disable-output -disable-verify -loop-reduce -opt-bisect-limit=0 \
157 ; This function is here to verify that opt-bisect can skip all passes for