Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp133 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()
DBlockFrequencyInfoImpl.cpp570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp51 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionColdInCallGraph()
67 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionHotInCallGraphNthPercentile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h301 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
309 return getEntryCount(IncludeSynthetic).hasValue();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp341 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
837 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h213 Optional<uint64_t> getEntryCount() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp207 Name = formatv("<vftable {0} methods>", Shape.getEntryCount()); in visitKnownRecord()
DTypeDumpVisitor.cpp404 W->printNumber("VFEntryCount", Shape.getEntryCount()); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h288 uint64_t getEntryCount() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1552 auto PrevCount = getEntryCount(); in setEntryCount()
1571 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1517 auto CalleeCount = Callee->getEntryCount(); in updateProfileCallee()
1747 updateCallProfile(CalledFunc, VMap, CalledFunc->getEntryCount(), TheCall, in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h573 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1385 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline()