Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h158 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
160 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
163 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
864 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
865 bool Changed = (InlinedGUIDs.size() != 0);
872 initWeightPropagation(F, InlinedGUIDs);
878 finalizeWeightPropagation(F, InlinedGUIDs);
886 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
894 &InlinedGUIDs);
914 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp487 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
496 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
506 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1041 DenseSet<GlobalValue::GUID> &InlinedGUIDs, in findExternalInlineCandidate() argument
1050 InlinedGUIDs.insert( in findExternalInlineCandidate()
1063 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate()
1091 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeSample->getName())); in findExternalInlineCandidate()
1101 InlinedGUIDs.insert(FunctionSamples::getGUID(TS.getKey())); in findExternalInlineCandidate()
1138 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1199 findExternalInlineCandidate(I, FS, InlinedGUIDs, SymbolMap, in inlineHotFunctions()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMIRSampleProfile.cpp283 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local
284 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp337 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
967 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1020 FS->findInlinedFunctions(InlinedGUIDs, F.getParent(), in inlineHotFunctions()
1069 InlinedGUIDs, F.getParent(), PSI->getOrCompHotCountThreshold()); in inlineHotFunctions()
1712 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1713 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
1726 &InlinedGUIDs); in emitAnnotations()