Lines Matching refs:after
2 state of the control-flow graph before and after each optimization pass
32 - CHECK-NEXT: Must match the output line which comes right after the line which
33 matched the previous check. Can only be used after a CHECK or
53 /// CHECK-START: int MyClass.MyMethod() constant_folding (after)
58 group named on the first line. Together they verify that the CFG after
66 /// CHECK-START: int MyClass.MyMethod() liveness (after)
73 after the 'CHECK-START' keyword. The previous example can be updated to run for
77 /// CHECK-START-ARM64: int MyClass.MyMethod() constant_folding (after)
81 For convenience, several architectures can be specified as set after the
86 /// CHECK-START-{X86_64,ARM,ARM64}: int MyClass.MyMethod() constant_folding (after)
102 /// CHECK-START-ARM64: int other.TestByte.testDotProdComplex(byte[], byte[]) disassembly (after)
115 /// CHECK-START: int MyClass.MyMethod() constant_folding (after)
130 of the defining group. In other words, it will be valid everywhere after its definition within the
135 /// CHECK-START: void MyClass.FooBar() liveness (after)