Lines Matching refs:prof
8 ; CHECK: define void @callee(i32 %n) #0 !prof ![[ENTRY_COUNT:[0-9]*]]
9 define void @callee(i32 %n) #0 !prof !15 {
14 ; CHECK: call void @ext1(), !prof ![[COUNT_CALLEE1:[0-9]*]]
15 call void @ext1(), !prof !16
19 ; CHECK: call void @ext(), !prof ![[COUNT_CALLEE:[0-9]*]]
20 call void @ext(), !prof !16
22 ; CHECK: call void %f(), !prof ![[COUNT_IND_CALLEE:[0-9]*]]
23 call void %f(), !prof !18
29 ; CHECK: call void @ext(), !prof ![[COUNT_CALLER:[0-9]*]]
30 ; CHECK: call void %f.i(), !prof ![[COUNT_IND_CALLER:[0-9]*]]
31 call void @callee(i32 15), !prof !17