Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h71 void recordInline(const Function &Caller, const Function &Callee);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp48 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline() function in ImportedFunctionsInliningStatistics
H A DInlineAdvisor.cpp183 Advisor->ImportedFunctionsStats->recordInline(*Caller, *Callee); in recordInlineStatsIfNeeded()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp326 ImportedFunctionsStats.recordInline(*Caller, *Callee); in inlineCallIfPossible()