reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/IR/MetadataTest.cpp
 2751   EXPECT_TRUE(Count.hasValue());
 2752   EXPECT_EQ(12304u, Count.getCount());
 2753   EXPECT_EQ(Function::PCT_Real, Count.getType());
 2759   Count = F->getEntryCount(true /*allow synthetic*/);
 2760   EXPECT_TRUE(Count.hasValue());
 2761   EXPECT_EQ(123u, Count.getCount());
 2762   EXPECT_EQ(Function::PCT_Synthetic, Count.getType());