Home
last modified time | relevance | path

Searched refs:PCT_Synthetic (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp137 ProfileCount(Entry.second, Function::PCT_Synthetic)); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h242 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
260 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1385 return ProfileCount(Count, PCT_Synthetic); in getEntryCount()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp2530 F->setEntryCount(123, Function::PCT_Synthetic); in TEST_F()
2534 EXPECT_EQ(Function::PCT_Synthetic, Count.getType()); in TEST_F()