Lines Matching refs:LLC
1 ; RUN: llc -O0 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-O0
2 ; RUN: llc -O1 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
3 ; RUN: llc -O2 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
4 ; RUN: llc -O3 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
5 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE
38 ; LLC-O0-NOT: Skipping pass
41 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement'
42 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
43 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer'
44 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking'
45 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination'
46 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
47 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion'
48 ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots'
49 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
50 ; LLC-Ox-DAG: Skipping pass 'Peephole Optimizations'
51 ; LLC-Ox-DAG: Skipping pass 'Post{{.*}}RA{{.*}}{{[Ss]}}cheduler'
52 ; LLC-Ox-DAG: Skipping pass 'Remove dead machine instructions'
53 ; LLC-Ox-DAG: Skipping pass 'Tail Duplication'
56 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'