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/ |
| D | SummaryBasedOptimizations.cpp | 40 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/ |
| D | SyntheticCountsPropagation.cpp | 141 Entry.first->setEntryCount(ProfileCount( in run()
|
| D | HotColdSplitting.cpp | 161 F.setEntryCount(0); in markFunctionCold()
|
| D | SampleProfile.cpp | 1724 F.setEntryCount( in emitAnnotations() 1941 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
| D | PartialInlining.cpp | 1438 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Function.h | 290 void setEntryCount(ProfileCount Count, 294 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
| D | ModuleSummaryIndex.h | 633 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | FunctionImportUtils.cpp | 207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
| D | CodeExtractor.cpp | 1520 newFunction->setEntryCount( in extractCodeRegion()
|
| D | InlineFunction.cpp | 1541 Callee->setEntryCount(newEntryCount); in updateProfileCallee()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Function.h | 207 void setEntryCount(uint64_t Count);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Function.cpp | 1548 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/ |
| D | PGOInstrumentation.cpp | 1271 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters() 1578 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
|