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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp120 Scaled64 BBCount(BFI.getBlockFreq(CSBB).getFrequency(), 0);
121 BBCount /= EntryFreq;
122 BBCount *= Counts[Caller];
123 return Optional<Scaled64>(BBCount);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp75 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); local
76 if (!BBCount)
95 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount);

Completed in 87 milliseconds