Searched refs:InlinedGUIDs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 389 DenseSet<GlobalValue::GUID> &InlinedGUIDs); 963 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate() 985 InlinedGUIDs.insert(FunctionSamples::getGUID(Name)); in findExternalInlineCandidate() 1023 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument 1081 findExternalInlineCandidate(FS, InlinedGUIDs, SymbolMap, in inlineHotFunctions() 1303 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctionsWithPriority() argument 1360 findExternalInlineCandidate(FS, InlinedGUIDs, SymbolMap, in inlineHotFunctionsWithPriority() 1603 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local 1605 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs); in emitAnnotations() 1607 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 141 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 822 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 823 bool Changed = (InlinedGUIDs.size() != 0); 836 &InlinedGUIDs);
|