/external/llvm-project/llvm/lib/LTO/ |
D | SummaryBasedOptimizations.cpp | 40 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 69 F->setEntryCount( in computeSyntheticCounts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | SummaryBasedOptimizations.cpp | 40 F->setEntryCount(InitialSyntheticCount); in initializeCounts() 69 F->setEntryCount( in computeSyntheticCounts()
|
/external/llvm/unittests/Analysis/ |
D | BlockFrequencyInfoTest.cpp | 62 F->setEntryCount(100); in TEST_F()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | BlockFrequencyInfoTest.cpp | 61 F->setEntryCount(100); in TEST_F()
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 139 Entry.first->setEntryCount(ProfileCount( in run()
|
D | HotColdSplitting.cpp | 172 F.setEntryCount(0); in markFunctionCold()
|
D | SampleProfile.cpp | 1783 F.setEntryCount( in emitAnnotations() 2039 F.setEntryCount(ProfileCount(initialEntryCount, Function::PCT_Real)); in runOnFunction()
|
/external/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,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Function.h | 312 void setEntryCount(ProfileCount Count, 316 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
D | ModuleSummaryIndex.h | 676 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 207 void setEntryCount(uint64_t Count);
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 193 void setEntryCount(uint64_t Count);
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 969 F.setEntryCount(Samples->getHeadSamples()); in propagateWeights() 1246 F.setEntryCount(0); in runOnFunction()
|
/external/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()
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 1690 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function 1708 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function 1710 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1371 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters() 1693 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions() 1702 F.setEntryCount( in annotateAllFunctions()
|
/external/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()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 700 F.setEntryCount(FuncEntryCount); in populateCounters()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 733 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 918 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|