Home
last modified time | relevance | path

Searched refs:PGOFuncName (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Dfunc_metadata.ll10 define internal i32 @va_func(i32 %num, ...) !prof !28 !PGOFuncName !29{
11 ; CHECK: define internal void @va_func(i32 %num) !prof ![[ENTRYCOUNT:[0-9]+]] !PGOFuncName ![[PGOFU…
19 define internal fastcc i32 @foo() unnamed_addr !prof !28 !PGOFuncName !30 {
20 ; CHECK: define internal fastcc void @foo() unnamed_addr !prof ![[ENTRYCOUNT:[0-9]+]] !PGOFuncName
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp325 return PGOFuncName; in getFuncNameWithoutPrefix()
327 if (PGOFuncName.startswith(FileName)) in getFuncNameWithoutPrefix()
328 PGOFuncName = PGOFuncName.drop_front(FileName.size() + 1); in getFuncNameWithoutPrefix()
329 return PGOFuncName; in getFuncNameWithoutPrefix()
354 StringRef PGOFuncName) { in createPGOFuncNameVar() argument
389 const std::string &PGOFuncName = getPGOFuncName(F, InLTO); in create() local
390 if (Error E = addFuncName(PGOFuncName)) in create()
404 auto pos = PGOFuncName.find(UniqSuffix); in create()
411 pos = PGOFuncName.find('.', pos); in create()
1097 if (PGOFuncName == F.getName()) in createPGOFuncNameMetadata()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/
H A Dthinlto_indirect_call_promotion.ll11 define internal void @c() !PGOFuncName !1 {
H A Dthinlto_cspgo_bar_gen.ll29 define internal fastcc i32 @cond(i32 %i) #1 !prof !29 !PGOFuncName !35 {
H A Dthinlto_cspgo_bar_use.ll34 define internal fastcc i32 @cond(i32 %i) #1 !prof !29 !PGOFuncName !35 {
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dicp_invoke.ll9 define internal void @_ZL4bar1v() !PGOFuncName !0 {
14 define internal i32 @_ZL4bar2v() !PGOFuncName !1 {
H A Dicp_invoke_nouse.ll8 define internal i32 @_ZL4bar1v() !PGOFuncName !0 {
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dthread-prob-1.ll7 define void @foo(i1 %cond1, i1 %cond2) !prof !0 !PGOFuncName !1 {
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h190 GlobalVariable *createPGOFuncNameVar(Function &F, StringRef PGOFuncName);
198 StringRef PGOFuncName);
205 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName,
275 void createPGOFuncNameMetadata(Function &F, StringRef PGOFuncName);
/llvm-project-15.0.7/llvm/test/tools/gold/X86/Inputs/
H A Dthinlto_cspgo_bar.ll66 define internal fastcc i32 @cond(i32 %i) #1 !prof !29 !PGOFuncName !36 {