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
36 ; LLC-O0-NOT: Skipping pass
39 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement'
40 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
41 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer'
42 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking'
43 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination'
44 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
45 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion'
46 ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots'
47 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
48 ; LLC-Ox-DAG: Skipping pass 'Peephole Optimizations'
49 ; LLC-Ox-DAG: Skipping pass 'Post RA top-down list latency scheduler'
50 ; LLC-Ox-DAG: Skipping pass 'Remove dead machine instructions'
51 ; LLC-Ox-DAG: Skipping pass 'Tail Duplication'
54 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'