Searched refs:BBCount (Results 1 – 2 of 2) sorted by relevance
74 std::optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass() local75 if (!BBCount) in runCGProfilePass()89 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()
1462 unsigned BBCount = 0; in emitBBAddrMapSection() local1464 BBCount++; in emitBBAddrMapSection()1467 MBBSectionNumBlocks[MBB.getSectionID()] = BBCount; in emitBBAddrMapSection()1469 BBCount = 0; in emitBBAddrMapSection()