brintos

brintos / llvm-project-archived public Read only

0
0
Text · 445 B · f7d2ca8 Raw
28 lines · plain
1; ModuleID = 'thinlto-function-summary-callgraph-profile-summary2.ll'2target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"3target triple = "x86_64-unknown-linux-gnu"4 5 6define void @hot1() #1 {7  ret void8}9define void @hot2() #1 {10  ret void11}12define void @hot3() #1 {13  ret void14}15define void @cold() #1 {16  ret void17}18define void @none1() #1 {19  ret void20}21define void @none2() #1 {22  ret void23}24define void @none3() #1 {25  ret void26}27 28