Searched refs:getEntryCount (Results 1 – 11 of 11) sorted by relevance
118 auto FunctionCount = F->getEntryCount(); in isFunctionEntryHot()134 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraph()163 if (auto FunctionCount = F->getEntryCount()) in isFunctionColdInCallGraph()193 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold()
568 auto EntryCount = F.getEntryCount(); in getProfileCountFromFreq()
302 ProfileCount getEntryCount() const;308 bool hasProfileData() const { return getEntryCount().hasValue(); } in hasProfileData()
341 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction829 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary()
208 Name = formatv("<vftable {0} methods>", Shape.getEntryCount()); in visitKnownRecord()
405 W->printNumber("VFEntryCount", Shape.getEntryCount()); in visitKnownRecord()
287 uint64_t getEntryCount() const;
1367 auto PrevCount = getEntryCount(); in setEntryCount()1381 ProfileCount Function::getEntryCount() const { in getEntryCount() function in Function
1479 auto CalleeCount = Callee->getEntryCount(); in updateCalleeCount()1685 updateCallProfile(CalledFunc, VMap, CalledFunc->getEntryCount(), TheCall, in InlineFunction()
574 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
1362 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()