Lines Matching refs:each
1 ; RUN: opt -debugify-each -O3 -S -o /dev/null < %s 2> %t
4 ; RUN: opt -disable-output -debugify-each -passes='default<O3>' %s 2> %t
8 ; RUN: opt -enable-debugify -debugify-each -O3 -S -o /dev/null < %s 2> %t
12 ; RUN: opt -debugify-each -instrprof -instrprof -sroa -sccp -S -o /dev/null < %s 2> %t
16 ; Verify that debugify each can be safely used with piping
17 ; RUN: opt -debugify-each -O1 < %s | opt -O2 -o /dev/null
20 ; RUN: opt -disable-output -debugify-quiet -debugify-each -O1 < %s 2>&1 | count 0
25 ; RUN: opt -O1 -debugify-each < %s -S -o %t.after
30 ; RUN: opt -O1 -debugify-each < %s | llvm-dis -o %t.after
35 ; RUN: opt -debugify-each -passes=instsimplify -S -o /dev/null < %s 2> %t
40 ; RUN: opt -debugify-each -passes=globalopt -S -o /dev/null < %s 2> %t