Searched refs:CountBefore (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 64 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 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 | 89 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()
|