Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp465 class SampleProfileLoader final : public SampleProfileLoaderBaseImpl<Function> { class
467 SampleProfileLoader( in SampleProfileLoader() function in __anon71830f180111::SampleProfileLoader
653 ErrorOr<uint64_t> SampleProfileLoader::getInstWeight(const Instruction &Inst) { in getInstWeight()
694 SampleProfileLoader::findCalleeFunctionSamples(const CallBase &Inst) const { in findCalleeFunctionSamples()
720 SampleProfileLoader::findIndirectCallFunctionSamples( in findIndirectCallFunctionSamples()
775 SampleProfileLoader::findFunctionSamples(const Instruction &Inst) const { in findFunctionSamples()
919 bool SampleProfileLoader::tryPromoteAndInlineCandidate( in tryPromoteAndInlineCandidate()
992 bool SampleProfileLoader::shouldInlineColdCallee(CallBase &CallInst) { in shouldInlineColdCallee()
1012 void SampleProfileLoader::emitOptimizationRemarksForInlineCandidates( in emitOptimizationRemarksForInlineCandidates()
1029 void SampleProfileLoader::findExternalInlineCandidate( in findExternalInlineCandidate()
[all …]