Searched refs:CountAfter (Results 1 – 3 of 3) sorted by relevance
61 unsigned CountBefore, CountAfter; in runOnFunction() local77 CountAfter = MF.getInstructionCount(); in runOnFunction()78 if (CountBefore != CountAfter) { in runOnFunction()81 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction()90 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
407 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch() local409 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
148 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() local158 << DiagnosticInfoOptimizationBase::Argument("IRInstrsAfter", CountAfter) in emitInstrCountChangedRemark()