Lines Matching refs:header
11 ; CHECK: Running analysis: LoopAccessAnalysis on Loop at depth 2 containing: %inner1.header
13 ; CHECK: Running analysis: LoopAccessAnalysis on Loop at depth 2 containing: %inner2.header
15 ; CHECK: Running analysis: LoopAccessAnalysis on Loop at depth 1 containing: %outer.header
17 ; CHECK: Clearing all analysis results for: inner2.header
18 ; CHECK: Clearing all analysis results for: outer.header
19 ; CHECK: Invalidating analysis: LoopAccessAnalysis on {{.*}}inner1.header
20 ; CHECK-NOT: Invalidating analysis: LoopAccessAnalysis on {{.*}}inner1.header.1
22 ; CHECK: Running analysis: LoopAccessAnalysis on Loop at depth 1 containing: %inner1.header
24 ; CHECK: inner1.header:
26 ; CHECK: Running analysis: LoopAccessAnalysis on Loop at depth 1 containing: %inner1.header.1
28 ; CHECK: inner1.header.1:
38 br label %outer.header
40 outer.header:
45 br label %inner1.header
47 inner1.header:
48 %inner1.i = phi i32 [ 0, %inner1.ph ], [ %inner1.i.next, %inner1.header ]
51 br i1 %inner1.cond, label %inner1.exit, label %inner1.header
70 br label %inner2.header
72 inner2.header:
73 %inner2.i = phi i32 [ 0, %inner2.ph ], [ %inner2.i.next, %inner2.header ]
76 br i1 %inner2.cond, label %inner2.exit, label %inner2.header
84 br i1 %outer.cond, label %outer.exit, label %outer.header