Lines Matching refs:AFTER
3 ; RUN: | FileCheck %s -check-prefix=STOP-AFTER
4 ; STOP-AFTER: -loop-reduce
5 ; STOP-AFTER: Dominator Tree Construction
6 ; STOP-AFTER: Loop Strength Reduction
7 ; STOP-AFTER-NEXT: Verify generated machine code
8 ; STOP-AFTER-NEXT: MIR Printing Pass
15 …-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START-AFTER
16 ; START-AFTER: -aa -mergeicmps
17 ; START-AFTER: FunctionPass Manager
18 ; START-AFTER-NEXT: Dominator Tree Construction
28 … %s -start-after=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-START-AFTER
29 … < %s -stop-after=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-STOP-AFTER
32 ; NONEXISTENT-START-AFTER: "nonexistent" pass is not registered.
33 ; NONEXISTENT-STOP-AFTER: "nonexistent" pass is not registered.