Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp694 if (!Caller->getEntryCount()) in isCostBenefitAnalysisEnabled()
706 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled()
772 auto EntryProfileCount = F.getEntryCount(); in costBenefitAnalysis()
H A DBlockFrequencyInfoImpl.cpp587 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h333 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
341 return getEntryCount(IncludeSynthetic).hasValue();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp344 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
791 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
897 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h238 uint64_t getEntryCount() const;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1806 auto PrevCount = getEntryCount(); in setEntryCount()
1825 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1619 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee()
1966 updateCallProfile(CalledFunc, VMap, CalledFunc->getEntryCount(), CB, in InlineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h567 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1411 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()
H A DSampleProfile.cpp1951 if (!F.getEntryCount().hasValue()) in runOnFunction()