Home
last modified time | relevance | path

Searched refs:getEntryCount (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp102 auto FunctionCount = F->getEntryCount(); in isFunctionEntryHot()
118 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraph()
147 if (auto FunctionCount = F->getEntryCount()) in isFunctionColdInCallGraph()
169 return !F.getEntryCount().hasValue(); in isFunctionHotnessUnknown()
177 if (auto FunctionCount = F->getEntryCount()) { in isFunctionHotOrColdInCallGraphNthPercentile()
229 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold()
H A DInlineCost.cpp707 if (!Caller->getEntryCount()) in isCostBenefitAnalysisEnabled()
719 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled()
785 auto EntryProfileCount = F.getEntryCount(); in costBenefitAnalysis()
H A DBlockFrequencyInfoImpl.cpp601 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp84 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionColdInCallGraph()
100 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionHotInCallGraphNthPercentile()
113 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionColdInCallGraphNthPercentile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp69 if (F.isDeclaration() || (LazyBFI && !F.getEntryCount())) in runCGProfilePass()
H A DPGOInstrumentation.cpp1679 auto BFIEntryCount = F.getEntryCount(); in fixFuncEntryCount()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h334 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
342 return getEntryCount(IncludeSynthetic).hasValue();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp357 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
804 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
910 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h245 uint64_t getEntryCount() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp209 Name = formatv("<vftable {0} methods>", Shape.getEntryCount()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp404 W->printNumber("VFEntryCount", Shape.getEntryCount()); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1851 auto PrevCount = getEntryCount(); in setEntryCount()
1870 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1622 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee()
1969 updateCallProfile(CalledFunc, VMap, CalledFunc->getEntryCount(), CB, in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h567 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1411 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()
H A DSampleProfile.cpp1959 if (!F.getEntryCount().hasValue()) in runOnFunction()