Home
last modified time | relevance | path

Searched defs:getEntryCount (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h326 std::optional<Function::ProfileCount> getEntryCount(const FuncT *F) const { in getEntryCount() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp357 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1536 ProfileSummaryInfo::getEntryCount<llvm::MachineFunction>( in getEntryCount() function in ProfileSummaryInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h568 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2048 std::optional<ProfileCount> Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function