Home
last modified time | relevance | path

Searched refs:InlinedGUIDs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h159 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
161 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
164 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
865 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
866 bool Changed = (InlinedGUIDs.size() != 0);
873 initWeightPropagation(F, InlinedGUIDs);
879 finalizeWeightPropagation(F, InlinedGUIDs);
887 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
895 &InlinedGUIDs);
915 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp461 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1003 DenseSet<GlobalValue::GUID> &InlinedGUIDs, in findExternalInlineCandidate() argument
1012 InlinedGUIDs.insert( in findExternalInlineCandidate()
1100 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1182 InlinedGUIDs, SymbolMap, in inlineHotFunctions()
1376 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctionsWithPriority() argument
1486 InlinedGUIDs, SymbolMap, in inlineHotFunctionsWithPriority()
1767 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1769 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs); in emitAnnotations()
1771 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp283 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local
284 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()