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

Declarations

include/llvm/IR/Function.h
  294   void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,

References

lib/Transforms/IPO/HotColdSplitting.cpp
  159     F.setEntryCount(0);
lib/Transforms/Utils/InlineFunction.cpp
 1511   Callee->setEntryCount(newEntryCount);
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  889   Fn->setEntryCount(FunctionCount);
unittests/Analysis/BlockFrequencyInfoTest.cpp
   61   F->setEntryCount(100);
unittests/IR/MetadataTest.cpp
 2749   F->setEntryCount(12304, Function::PCT_Real);
 2758   F->setEntryCount(123, Function::PCT_Synthetic);