Home
last modified time | relevance | path

Searched refs:setProfileSummary (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp199 M.setProfileSummary(PB.getSummary()->getMD(M.getContext()), in run()
H A DPGOInstrumentation.cpp2211 M.setProfileSummary(PGOReader->getSummary(IsCS).getMD(M.getContext()), in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp680 void Module::setProfileSummary(Metadata *M, ProfileSummary::Kind Kind) { in setProfileSummary() function in Module
892 setProfileSummary(ProfileSummary->getMD(getContext()), in setPartialSampleProfileRatio()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h948 void setProfileSummary(Metadata *M, ProfileSummary::Kind Kind);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2169 M.setProfileSummary(Reader->getSummary().getMD(M.getContext()), in runOnModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp994 getModule().setProfileSummary( in Release()