Home
last modified time | relevance | path

Searched refs:CountBefore (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp63 unsigned CountBefore, CountAfter; in runOnFunction() local
72 CountBefore = MF.getInstructionCount(); in runOnFunction()
80 if (CountBefore != CountAfter) { in runOnFunction()
84 static_cast<int64_t>(CountBefore); in runOnFunction()
91 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp324 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch() local
327 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLegacyPassManagers.h423 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp166 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument
222 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark()
230 << DiagnosticInfoOptimizationBase::Argument("IRInstrsBefore", CountBefore) in emitInstrCountChangedRemark()