Searched defs:getEntryCount (Results 1 – 5 of 5) sorted by relevance
326 std::optional<Function::ProfileCount> getEntryCount(const FuncT *F) const { in getEntryCount() function
357 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
1536 ProfileSummaryInfo::getEntryCount<llvm::MachineFunction>( in getEntryCount() function in ProfileSummaryInfo
568 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
2048 std::optional<ProfileCount> Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function