Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp115 Scaled64 BBCount(BFI.getBlockFreq(CSBB).getFrequency(), 0); in run() local
116 BBCount /= EntryFreq; in run()
117 BBCount *= Counts[Caller]; in run()
118 return std::optional<Scaled64>(BBCount); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp73 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass() local
74 if (!BBCount) in runCGProfilePass()
93 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()