Home
last modified time | relevance | path

Searched refs:CountAfter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp63 unsigned CountBefore, CountAfter; in runOnFunction() local
90 CountAfter = MF.getInstructionCount(); in runOnFunction()
91 if (CountBefore != CountAfter) { in runOnFunction()
94 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction()
103 << NV("MIInstrsAfter", CountAfter) in runOnFunction()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp401 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch() local
403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLegacyPassManager.cpp143 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() local
153 << DiagnosticInfoOptimizationBase::Argument("IRInstrsAfter", CountAfter) in emitInstrCountChangedRemark()