Lines Matching refs:analysis
1 ; This test exercises that we don't corrupt a loop-analysis when running loop
3 ; analysis is cached, then unroll the loop (deleting it) and make sure that the
4 ; next function doesn't get a cache "hit" for this stale analysis result.
8 ; CHECK: Running analysis: LoopAnalysis
9 ; CHECK: Running analysis: InnerAnalysisManagerProxy<
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
26 ; CHECK: Running analysis: LoopAccessAnalysis on Loop at depth 1 containing: %inner1.header.1