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