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