Searched refs:InlinedGUIDs (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 158 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SampleProfileLoaderBaseImpl.h | 229 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 231 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 234 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1007 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1008 bool Changed = (InlinedGUIDs.size() != 0); 1015 initWeightPropagation(F, InlinedGUIDs); 1021 finalizeWeightPropagation(F, InlinedGUIDs); 1029 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1037 &InlinedGUIDs); 1057 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SampleProfileLoaderBaseImpl.h | 240 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 242 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 245 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1018 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1019 bool Changed = (InlinedGUIDs.size() != 0); 1026 initWeightPropagation(F, InlinedGUIDs); 1032 finalizeWeightPropagation(F, InlinedGUIDs); 1040 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1048 &InlinedGUIDs); 1068 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SampleProfileLoaderBaseImpl.h | 229 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 231 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 234 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1007 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1008 bool Changed = (InlinedGUIDs.size() != 0); 1015 initWeightPropagation(F, InlinedGUIDs); 1021 finalizeWeightPropagation(F, InlinedGUIDs); 1029 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1037 &InlinedGUIDs); 1057 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SampleProfileLoaderBaseImpl.h | 229 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 231 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 234 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1007 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1008 bool Changed = (InlinedGUIDs.size() != 0); 1015 initWeightPropagation(F, InlinedGUIDs); 1021 finalizeWeightPropagation(F, InlinedGUIDs); 1029 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1037 &InlinedGUIDs); 1057 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 487 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 337 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 283 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local 284 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()
|