1 ; RUN: opt -passes=synthetic-counts-propagation -S < %s | FileCheck %s
3 ; CHECK-LABEL: define void @foo()
4 ; CHECK: !prof ![[COUNT1:[0-9]+]]
10 ; CHECK-LABEL: define void @bar() #0
11 ; CHECK: !prof ![[COUNT1]]
12 define void @bar() #0 {
17 attributes #0 = {inlinehint}
19 ; CHECK: ![[COUNT1]] = !{!"synthetic_function_entry_count", i64 25}