Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h134 if (auto TotalCallCount = getTotalCallCount(F)) in isFunctionHotInCallGraph()
154 if (auto TotalCallCount = getTotalCallCount(F)) in isFunctionColdInCallGraph()
267 std::optional<uint64_t> getTotalCallCount(const FuncT *F) const { in getTotalCallCount() function
285 if (auto TotalCallCount = getTotalCallCount(F)) { in isFunctionHotOrColdInCallGraphNthPercentile()
333 ProfileSummaryInfo::getTotalCallCount<Function>(const Function *F) const {