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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp344 auto ScaledCount = PSI->getProfileCount(&I, BFI); local
345 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI)

Completed in 58 milliseconds