Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp74 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass() local
75 if (!BBCount) in runCGProfilePass()
89 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1386 unsigned BBCount = 0; in emitBBAddrMapSection() local
1388 BBCount++; in emitBBAddrMapSection()
1391 MBBSectionNumBlocks[MBB.getSectionID()] = BBCount; in emitBBAddrMapSection()
1393 BBCount = 0; in emitBBAddrMapSection()