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

References

unittests/IR/MetadataTest.cpp
 2748   EXPECT_FALSE(F->getEntryCount().hasValue());
 2749   F->setEntryCount(12304, Function::PCT_Real);
 2750   auto Count = F->getEntryCount();
 2756   F = getFunction("bar");
 2757   EXPECT_FALSE(F->getEntryCount().hasValue());
 2758   F->setEntryCount(123, Function::PCT_Synthetic);
 2759   Count = F->getEntryCount(true /*allow synthetic*/);