Lines Matching refs:profile
2 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/inline.prof -codegenprepare -S | Fil…
3 …opt < %s -sample-profile -sample-profile-file=%S/Inputs/inline.prof -codegenprepare -profile-unkno…
4 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/inline.prof -codegenprepare -profile…
8 ; The test checks that function without profile gets unlikely section prefix
9 ; if -profile-sample-accurate is specified or the function has the
10 ; profile-sample-accurate attribute.
18 ; The function not appearing in profile is cold when -profile-sample-accurate
27 ; The function not appearing in profile is cold when the func has
28 ; profile-sample-accurate attribute.
34 attributes #0 = { "profile-sample-accurate" "use-sample-profile" }
35 attributes #1 = { "use-sample-profile" }