Lines Matching full:priority
16 ; - `Benefit=120-96=24` and `Priority=120/96=1.25`
28 ; - `Benefit=48-28=20` and `Priority=48/28=1.71`
30 ; Note that the first one has higher benefit, but lower priority.
31 ; Hence, when outlining per priority, the second one will be outlined first.
34 ; RUN: llvm-objdump -d %t | FileCheck %s --check-prefix=CHECK-SORT-BY-PRIORITY
75 ; CHECK-SORT-BY-PRIORITY: <_OUTLINED_FUNCTION_0>:
76 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w6, #0x6
77 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w7, #0x7
78 ; CHECK-SORT-BY-PRIORITY-NEXT: b
80 ; CHECK-SORT-BY-PRIORITY: <_OUTLINED_FUNCTION_1>:
81 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w0, #0x1
82 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w1, #0x2
83 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w2, #0x3
84 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w3, #0x4
85 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w4, #0x5
86 ; CHECK-SORT-BY-PRIORITY-NEXT: ret