Searched refs:BBCount (Results 1 – 2 of 2) sorted by relevance
115 Scaled64 BBCount(BFI.getBlockFreq(CSBB).getFrequency(), 0); in run() local116 BBCount /= EntryFreq; in run()117 BBCount *= Counts[Caller]; in run()118 return std::optional<Scaled64>(BBCount); in run()
73 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass() local74 if (!BBCount) in runCGProfilePass()93 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()