Searched refs:BBExecCount (Results 1 – 4 of 4) sorted by relevance
279 const uint64_t BBExecCount = BB->getExecutionCount(); in inferFallThroughCounts() local315 if (BBExecCount > TotalReportedJumps) in inferFallThroughCounts()316 Inferred = BBExecCount - TotalReportedJumps; in inferFallThroughCounts()319 if (BBExecCount < TotalReportedJumps) dbgs() in inferFallThroughCounts()322 << BBExecCount << " < " << ReportedBranches in inferFallThroughCounts()
523 uint64_t BBExecCount = BB->getExecutionCount(); in print() local527 OS << BBExecCount << '\n'; in print()2314 uint64_t BBExecCount = BB.getExecutionCount(); in getFunctionScore() local2315 if (BBExecCount == BinaryBasicBlock::COUNT_NO_PROFILE) in getFunctionScore()2317 TotalScore += BBExecCount * BB.getNumNonPseudos(); in getFunctionScore()
189 uint64_t BBExecCount = BB->getKnownExecutionCount(); in runOnFunction() local191 BBExecCount == 0 || // must be hot in runOnFunction()227 Local.DynamicPossible += BBExecCount; in runOnFunction()261 Local.DynamicPerformed += BBExecCount; in runOnFunction()
1977 uint64_t BBExecCount = BB->getExecutionCount(); in perform() local1978 if (!BBExecCount || BBExecCount == BinaryBasicBlock::COUNT_NO_PROFILE) in perform()1984 TotalStoreInstrs += BBExecCount; in perform()1985 TotalInstrs += BBExecCount; in perform()