Searched refs:BBCount (Results 1 – 3 of 3) sorted by relevance
134 int BBCount = 0; in countBasicBlocks() local138 outs() << "\t" << ++BBCount << ": " << BB.getName() << "\n"; in countBasicBlocks()140 outs() << "\t" << ++BBCount << ": Unnamed\n"; in countBasicBlocks()143 return BBCount; in countBasicBlocks()148 int BBCount = countBasicBlocks(Test.getProgram()); in reduceBasicBlocksDeltaPass() local149 runDeltaPass(Test, BBCount, extractBasicBlocksFromModule); in reduceBasicBlocksDeltaPass()
121 Scaled64 BBCount(BFI.getBlockFreq(CSBB).getFrequency(), 0); in run() local122 BBCount /= EntryFreq; in run()123 BBCount *= Counts[Caller]; in run()124 return Optional<Scaled64>(BBCount); in run()
76 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass() local77 if (!BBCount) in runCGProfilePass()96 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()