Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DBlockFrequencyInfoTest.cpp62 F->setEntryCount(100); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DBlockFrequencyInfoTest.cpp61 F->setEntryCount(100); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp136 Entry.first->setEntryCount( in run()
DSampleProfile.cpp1460 F.setEntryCount( in emitAnnotations()
1588 F.setEntryCount(ProfileCount(-1, Function::PCT_Real)); in runOnFunction()
DPartialInlining.cpp1420 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h277 void setEntryCount(ProfileCount Count,
281 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp969 F.setEntryCount(Samples->getHeadSamples()); in propagateWeights()
1246 F.setEntryCount(0); in runOnFunction()
/external/llvm/include/llvm/IR/
DFunction.h193 void setEntryCount(uint64_t Count);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h207 void setEntryCount(uint64_t Count);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1352 void Function::setEntryCount(ProfileCount Count, in setEntryCount() function in Function
1365 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount() function in Function
1367 setEntryCount(ProfileCount(Count, Type), Imports); in setEntryCount()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp700 F.setEntryCount(FuncEntryCount); in populateCounters()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp733 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1233 newFunction->setEntryCount( in extractCodeRegion()
DInlineFunction.cpp1483 Callee->setEntryCount(CalleeCount); in updateCalleeCount()
/external/llvm/lib/IR/
DFunction.cpp1228 void Function::setEntryCount(uint64_t Count) { in setEntryCount() function in Function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1143 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp2521 F->setEntryCount(12304, Function::PCT_Real); in TEST_F()
2530 F->setEntryCount(123, Function::PCT_Synthetic); in TEST_F()
/external/llvm/unittests/IR/
DMetadataTest.cpp2289 F->setEntryCount(12304); in TEST_F()