Lines Matching refs:getKnownExecutionCount
381 if (BF.getKnownExecutionCount() < opts::ExecutionCountThreshold) in shouldOptimize()
890 if (CTCTakenFreq && CTCTakenFreq <= BB->getKnownExecutionCount()) in fixTailCalls()
892 else if (CTCTakenFreq > BB->getKnownExecutionCount()) in fixTailCalls()
897 LocalCTCExecCount += PredBB->getKnownExecutionCount(); in fixTailCalls()
1550 std::max<uint64_t>(BF.getKnownExecutionCount(), 1); in runOnFunctions()
1553 if (!HotSeen && BB->getKnownExecutionCount() > HotThreshold) { in runOnFunctions()
1557 if (HotSeen && BB->getKnownExecutionCount() == 0) { in runOnFunctions()
1567 return A->getKnownExecutionCount() / A->getSize() > in runOnFunctions()
1568 B->getKnownExecutionCount() / B->getSize(); in runOnFunctions()
1611 NumPrefixesRemoved += BB.getKnownExecutionCount(); in runOnFunctions()
1658 NumInlinedDyno += BB.getKnownExecutionCount(); in runOnFunctions()
1779 if (CurBB->getKnownExecutionCount() > 0) in runOnFunctions()
1786 NumSpecializedDyno += CurBB->getKnownExecutionCount(); in runOnFunctions()