Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp40 F->setEntryCount(InitialSyntheticCount); in initializeCounts()
69 F->setEntryCount( in computeSyntheticCounts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp40 F->setEntryCount(InitialSyntheticCount); in initializeCounts()
69 F->setEntryCount( in computeSyntheticCounts()
/external/llvm/unittests/Analysis/
DBlockFrequencyInfoTest.cpp62 F->setEntryCount(100); in TEST_F()
/external/llvm-project/llvm/unittests/Analysis/
DBlockFrequencyInfoTest.cpp61 F->setEntryCount(100); in TEST_F()
/external/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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp139 Entry.first->setEntryCount(ProfileCount( in run()
DHotColdSplitting.cpp172 F.setEntryCount(0); in markFunctionCold()
DSampleProfile.cpp1783 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/
DFunction.h290 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/
DFunctionImportUtils.cpp207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp207 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h312 void setEntryCount(ProfileCount Count,
316 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
DModuleSummaryIndex.h676 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h207 void setEntryCount(uint64_t Count);
/external/llvm/include/llvm/IR/
DFunction.h193 void setEntryCount(uint64_t Count);
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp969 F.setEntryCount(Samples->getHeadSamples()); in propagateWeights()
1246 F.setEntryCount(0); in runOnFunction()
/external/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()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1690 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/
DPGOInstrumentation.cpp1371 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/
DPGOInstrumentation.cpp1271 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
1578 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); in annotateAllFunctions()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp700 F.setEntryCount(FuncEntryCount); in populateCounters()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp733 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp918 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()

12