Searched refs:recordInline (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h71 void recordInline(const Function &Caller, const Function &Callee);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp34 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, function in class:ImportedFunctionsInliningStatistics
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp271 ImportedFunctionsStats.recordInline(*Caller, *Callee);
883 ImportedFunctionsStats->recordInline(F, Callee);

Completed in 180 milliseconds