Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h134 if (auto TotalCallCount = getTotalCallCount(F)) in isFunctionHotInCallGraph() local
154 if (auto TotalCallCount = getTotalCallCount(F)) in isFunctionColdInCallGraph() local
285 if (auto TotalCallCount = getTotalCallCount(F)) { in isFunctionHotOrColdInCallGraphNthPercentile() local
336 uint64_t TotalCallCount = 0; variable
[all...]