Searched refs:CountAfter (Results 1 – 3 of 3) sorted by relevance
70 unsigned CountBefore, CountAfter; in runOnFunction() local114 CountAfter = MF.getInstructionCount(); in runOnFunction()115 if (CountBefore != CountAfter) { in runOnFunction()118 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction()127 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
401 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch() local403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
141 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() local151 << DiagnosticInfoOptimizationBase::Argument("IRInstrsAfter", CountAfter) in emitInstrCountChangedRemark()