reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
301 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
309 return getEntryCount(IncludeSynthetic).hasValue();
lib/Analysis/BlockFrequencyInfoImpl.cpp 570 auto EntryCount = F.getEntryCount(AllowSynthetic);
lib/Analysis/ProfileSummaryInfo.cpp131 auto FunctionCount = F->getEntryCount(); 147 if (auto FunctionCount = F->getEntryCount()) 176 if (auto FunctionCount = F->getEntryCount()) 201 if (auto FunctionCount = F->getEntryCount()) 231 auto FunctionCount = F->getEntryCount();lib/CodeGen/MachineSizeOpts.cpp
51 if (auto FunctionCount = MF->getFunction().getEntryCount()) 67 if (auto FunctionCount = MF->getFunction().getEntryCount())lib/IR/Function.cpp
1533 auto PrevCount = getEntryCount();
lib/Transforms/IPO/PartialInlining.cpp 1384 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount();
lib/Transforms/Utils/InlineFunction.cpp1497 auto CalleeCount = Callee->getEntryCount(); 1724 updateCallProfile(CalledFunc, VMap, CalledFunc->getEntryCount(), TheCall,unittests/IR/MetadataTest.cpp
2748 EXPECT_FALSE(F->getEntryCount().hasValue()); 2750 auto Count = F->getEntryCount(); 2757 EXPECT_FALSE(F->getEntryCount().hasValue()); 2759 Count = F->getEntryCount(true /*allow synthetic*/);