Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp64 unsigned CountBefore, CountAfter; in runOnFunction() local
73 CountBefore = MF.getInstructionCount(); in runOnFunction()
100 if (CountBefore != CountAfter) { in runOnFunction()
104 static_cast<int64_t>(CountBefore); in runOnFunction()
111 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp400 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch() local
403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h413 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp89 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument
144 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark()
152 << DiagnosticInfoOptimizationBase::Argument("IRInstrsBefore", CountBefore) in emitInstrCountChangedRemark()