Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp61 unsigned CountBefore, CountAfter; in runOnFunction() local
70 CountBefore = MF.getInstructionCount(); in runOnFunction()
78 if (CountBefore != CountAfter) { in runOnFunction()
82 static_cast<int64_t>(CountBefore); in runOnFunction()
89 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp406 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch() local
409 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManagers.h416 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp93 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument
148 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark()
156 << DiagnosticInfoOptimizationBase::Argument("IRInstrsBefore", CountBefore) in emitInstrCountChangedRemark()