Searched refs:CountAfter (Results 1 – 3 of 3) sorted by relevance
63 unsigned CountBefore, CountAfter; in runOnFunction() local96 CountAfter = MF.getInstructionCount(); in runOnFunction()97 if (CountBefore != CountAfter) { in runOnFunction()100 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction()109 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
401 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch() local403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
143 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() local153 << DiagnosticInfoOptimizationBase::Argument("IRInstrsAfter", CountAfter) in emitInstrCountChangedRemark()