Searched refs:PCT_Real (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 242 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator 281 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1461 ProfileCount(Samples->getHeadSamples() + 1, Function::PCT_Real), in emitAnnotations() 1588 F.setEntryCount(ProfileCount(-1, Function::PCT_Real)); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1234 ProfileCount(Count.getValue(), Function::PCT_Real)); // FIXME in extractCodeRegion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 1381 return ProfileCount(Count, PCT_Real); in getEntryCount()
|
/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() 2525 EXPECT_EQ(Function::PCT_Real, Count.getType()); in TEST_F()
|