/external/llvm/unittests/Analysis/ |
D | BlockFrequencyInfoTest.cpp | 62 F->setEntryCount(100); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | BlockFrequencyInfoTest.cpp | 61 F->setEntryCount(100); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SyntheticCountsPropagation.cpp | 136 Entry.first->setEntryCount( in run()
|
D | SampleProfile.cpp | 1460 F.setEntryCount( in emitAnnotations() 1588 F.setEntryCount(ProfileCount(-1, Function::PCT_Real)); in runOnFunction()
|
D | PartialInlining.cpp | 1420 Cloner.OrigFunc->setEntryCount( in tryPartialInline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 277 void setEntryCount(ProfileCount Count, 281 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 969 F.setEntryCount(Samples->getHeadSamples()); in propagateWeights() 1246 F.setEntryCount(0); in runOnFunction()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 193 void setEntryCount(uint64_t Count);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 207 void setEntryCount(uint64_t Count);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 1352 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/ |
D | PGOInstrumentation.cpp | 700 F.setEntryCount(FuncEntryCount); in populateCounters()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 733 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1233 newFunction->setEntryCount( in extractCodeRegion()
|
D | InlineFunction.cpp | 1483 Callee->setEntryCount(CalleeCount); in updateCalleeCount()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 1228 void Function::setEntryCount(uint64_t Count) { in setEntryCount() function in Function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1143 F.setEntryCount(ProfileCount(FuncEntryCount, Function::PCT_Real)); in populateCounters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2521 F->setEntryCount(12304, Function::PCT_Real); in TEST_F() 2530 F->setEntryCount(123, Function::PCT_Synthetic); in TEST_F()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2289 F->setEntryCount(12304); in TEST_F()
|