Lines Matching full:runs
1 …ner -machine-outliner-reruns=1 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix TWO-RUNS
3 …er -machine-outliner-reruns=3 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix FOUR-RUNS
136 # TWO-RUNS: name: OUTLINED_FUNCTION_2_0
137 # TWO-RUNS-DAG: bb.0:
138 # TWO-RUNS-DAG: renamable $x19 = COPY $x0
139 # TWO-RUNS-NEXT: renamable $x0 = nuw ADDXri $x0, 48, 0
140 # TWO-RUNS-NEXT: TCRETURNdi @OUTLINED_FUNCTION_0, 0, implicit $sp
143 # since machine-outline-runs is specified as 1.
146 # The machine outliner is expected to stop at the 3rd iteration for case FOUR-RUNS
148 # FOUR-RUNS-NOT: [[OUTLINED:OUTLINED_FUNCTION_3_[0-9]+]]
149 # FOUR-RUNS-NOT: [[OUTLINED:OUTLINED_FUNCTION_4_[0-9]+]]