Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp309 auto ScaledCount = PSI->getProfileCount(&I, BFI); in computeFunctionSummary() local
310 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()