Home
last modified time | relevance | path

Searched refs:setEntryCount (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp40 F->setEntryCount(InitialSyntheticCount); in initializeCounts()
69 F->setEntryCount( in computeSyntheticCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp141 Entry.first->setEntryCount(ProfileCount( in run()
DHotColdSplitting.cpp161 F.setEntryCount(0); in markFunctionCold()
DSampleProfile.cpp1724 F.setEntryCount( in emitAnnotations()
1941 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
DPartialInlining.cpp1438 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h290 void setEntryCount(ProfileCount Count,
294 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
DModuleSummaryIndex.h633 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
DCodeExtractor.cpp1520 newFunction->setEntryCount( in extractCodeRegion()
DInlineFunction.cpp1541 Callee->setEntryCount(newEntryCount); in updateProfileCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h207 void setEntryCount(uint64_t Count);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1548 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function
1566 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function
1568 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1271 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1578 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()