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