Lines Matching refs:AFTER
6 ; RUN: | FileCheck %s -check-prefix=STOP-AFTER
7 ; STOP-AFTER: -loop-reduce
8 ; STOP-AFTER: Dominator Tree Construction
9 ; STOP-AFTER: Loop Strength Reduction
10 ; STOP-AFTER-NEXT: Verify generated machine code
11 ; STOP-AFTER-NEXT: MIR Printing Pass
18 …-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START-AFTER
19 ; START-AFTER: -aa -mergeicmps
20 ; START-AFTER: FunctionPass Manager
21 ; START-AFTER-NEXT: Dominator Tree Construction
31 … %s -start-after=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-START-AFTER
32 … < %s -stop-after=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-STOP-AFTER
35 ; NONEXISTENT-START-AFTER: "nonexistent" pass is not registered.
36 ; NONEXISTENT-STOP-AFTER: "nonexistent" pass is not registered.