Searched refs:ScaledCount (Results 1 – 2 of 2) sorted by relevance
88 auto ScaledCount = BFI ? BFI->getBlockProfileCount(&BB) : None; in computeFunctionSummary() local92 (ScaledCount ? ScaledCount.getValue() : 0); in computeFunctionSummary()
292 auto ScaledCount = PSI->getProfileCount(&I, BFI); in computeFunctionSummary() local293 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI) in computeFunctionSummary()