Home
last modified time | relevance | path

Searched refs:PCT_Real (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h242 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/
DSampleProfile.cpp1461 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/
DCodeExtractor.cpp1234 ProfileCount(Count.getValue(), Function::PCT_Real)); // FIXME in extractCodeRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1381 return ProfileCount(Count, PCT_Real); in getEntryCount()
/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()
2525 EXPECT_EQ(Function::PCT_Real, Count.getType()); in TEST_F()