Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp64 unsigned CountBefore, CountAfter; in runOnFunction() local
99 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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp144 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() local
154 << DiagnosticInfoOptimizationBase::Argument("IRInstrsAfter", CountAfter) in emitInstrCountChangedRemark()