Searched refs:CountBefore (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 63 unsigned CountBefore, CountAfter; in runOnFunction() local 72 CountBefore = MF.getInstructionCount(); in runOnFunction() 97 if (CountBefore != CountAfter) { in runOnFunction() 101 static_cast<int64_t>(CountBefore); in runOnFunction() 108 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 400 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch() local 403 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 413 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 88 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument 143 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() 151 << DiagnosticInfoOptimizationBase::Argument("IRInstrsBefore", CountBefore) in emitInstrCountChangedRemark()
|