Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp670 void Module::setProfileSummary(Metadata *M, ProfileSummary::Kind Kind) { in setProfileSummary() function in Module
882 setProfileSummary(ProfileSummary->getMD(getContext()), in setPartialSampleProfileRatio()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h974 void setProfileSummary(Metadata *M, ProfileSummary::Kind Kind);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2148 M.setProfileSummary(Reader->getSummary().getMD(M.getContext()), in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2106 M.setProfileSummary(PGOReader->getSummary(IsCS).getMD(M.getContext()), in annotateAllFunctions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp886 getModule().setProfileSummary( in Release()