Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h71 void recordInline(const Function &Caller, const Function &Callee);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp46 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline() function in ImportedFunctionsInliningStatistics
H A DInlineAdvisor.cpp136 Advisor->ImportedFunctionsStats->recordInline(*Caller, *Callee); in recordInlineStatsIfNeeded()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp264 ImportedFunctionsStats.recordInline(*Caller, *Callee); in inlineCallIfPossible()