Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp88 auto ScaledCount = BFI ? BFI->getBlockProfileCount(&BB) : None; in computeFunctionSummary() local
92 (ScaledCount ? ScaledCount.getValue() : 0); in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp292 auto ScaledCount = PSI->getProfileCount(&I, BFI); in computeFunctionSummary() local
293 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()