Searched refs:PCT_Synthetic (Results 1 – 4 of 4) sorted by relevance
137 ProfileCount(Entry.second, Function::PCT_Synthetic)); in run()
242 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator260 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
1385 return ProfileCount(Count, PCT_Synthetic); in getEntryCount()
2530 F->setEntryCount(123, Function::PCT_Synthetic); in TEST_F()2534 EXPECT_EQ(Function::PCT_Synthetic, Count.getType()); in TEST_F()