Searched refs:getEntryCount (Results 1 – 13 of 13) sorted by relevance
133 auto FunctionCount = F->getEntryCount(); in isFunctionEntryHot()149 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraph()178 if (auto FunctionCount = F->getEntryCount()) in isFunctionColdInCallGraph()203 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraphNthPercentile()233 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold()
570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
51 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionColdInCallGraph()67 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionHotInCallGraphNthPercentile()
301 ProfileCount getEntryCount(bool AllowSynthetic = false) const;309 return getEntryCount(IncludeSynthetic).hasValue();
341 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction837 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary()
213 Optional<uint64_t> getEntryCount() const;
207 Name = formatv("<vftable {0} methods>", Shape.getEntryCount()); in visitKnownRecord()
404 W->printNumber("VFEntryCount", Shape.getEntryCount()); in visitKnownRecord()
288 uint64_t getEntryCount() const;
1552 auto PrevCount = getEntryCount(); in setEntryCount()1571 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
1517 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee()1747 updateCallProfile(CalledFunc, VMap, CalledFunc->getEntryCount(), TheCall, in InlineFunction()
573 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
1385 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()