Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp104 auto FunctionCount = F->getEntryCount(); in isFunctionEntryHot()
120 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraph()
149 if (auto FunctionCount = F->getEntryCount()) in isFunctionColdInCallGraph()
171 return !F.getEntryCount(); in isFunctionHotnessUnknown()
179 if (auto FunctionCount = F->getEntryCount()) { in isFunctionHotOrColdInCallGraphNthPercentile()
231 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold()
H A DInlineCost.cpp793 if (!Caller->getEntryCount()) in isCostBenefitAnalysisEnabled()
805 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled()
870 auto EntryProfileCount = F.getEntryCount(); in costBenefitAnalysis()
H A DBlockFrequencyInfoImpl.cpp600 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp70 if (F.isDeclaration() || (LazyBFI && !F.getEntryCount())) in runCGProfilePass()
H A DPGOInstrumentation.cpp1944 auto BFIEntryCount = F.getEntryCount(); in fixFuncEntryCount()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h282 std::optional<ProfileCount> getEntryCount(bool AllowSynthetic = false) const;
290 return getEntryCount(IncludeSynthetic).has_value();
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp358 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
807 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
913 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h241 uint64_t getEntryCount() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp213 Name = formatv("<vftable {0} methods>", Shape.getEntryCount()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp404 W->printNumber("VFEntryCount", Shape.getEntryCount()); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1870 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee()
2237 if (auto Profile = CalledFunc->getEntryCount()) in InlineFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp2062 auto PrevCount = getEntryCount(); in setEntryCount()
2081 std::optional<ProfileCount> Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h568 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1404 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()
H A DSampleProfile.cpp2308 if (!F.getEntryCount()) in runOnFunction()