Searched refs:InlinedGUIDs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 375 DenseSet<GlobalValue::GUID> &InlinedGUIDs, 383 DenseSet<GlobalValue::GUID> &InlinedGUIDs); 391 DenseSet<GlobalValue::GUID> &InlinedGUIDs); 959 const FunctionSamples *Samples, DenseSet<GlobalValue::GUID> &InlinedGUIDs, in findExternalInlineCandidate() argument 966 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate() 988 InlinedGUIDs.insert(FunctionSamples::getGUID(Name)); in findExternalInlineCandidate() 998 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeName)); in findExternalInlineCandidate() 1026 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument 1084 findExternalInlineCandidate(FS, InlinedGUIDs, SymbolMap, in inlineHotFunctions() 1104 findExternalInlineCandidate(findCalleeFunctionSamples(*I), InlinedGUIDs, in inlineHotFunctions() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 141 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 819 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 820 bool Changed = (InlinedGUIDs.size() != 0); 833 &InlinedGUIDs);
|