Home
last modified time | relevance | path

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

/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.cpp1462 unsigned BBCount = 0; in emitBBAddrMapSection() local
1464 BBCount++; in emitBBAddrMapSection()
1467 MBBSectionNumBlocks[MBB.getSectionID()] = BBCount; in emitBBAddrMapSection()
1469 BBCount = 0; in emitBBAddrMapSection()