Searched refs:CountBefore (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 70 unsigned CountBefore, CountAfter; in runOnFunction() local 79 CountBefore = MF.getInstructionCount(); in runOnFunction() 115 if (CountBefore != CountAfter) { in runOnFunction() 119 static_cast<int64_t>(CountBefore); in runOnFunction() 126 << NV("MIInstrsBefore", CountBefore) << " to " in runOnFunction()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 413 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 88 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() argument 141 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta; in emitInstrCountChangedRemark() 149 << DiagnosticInfoOptimizationBase::Argument("IRInstrsBefore", CountBefore) in emitInstrCountChangedRemark()
|