Searched refs:BBCount (Results 1 – 3 of 3) sorted by relevance
115 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()
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()
1386 unsigned BBCount = 0; in emitBBAddrMapSection() local1388 BBCount++; in emitBBAddrMapSection()1391 MBBSectionNumBlocks[MBB.getSectionID()] = BBCount; in emitBBAddrMapSection()1393 BBCount = 0; in emitBBAddrMapSection()