reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
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.cpp2749 F->setEntryCount(12304, Function::PCT_Real); 2758 F->setEntryCount(123, Function::PCT_Synthetic);