Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp406 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch() local
409 bool AsExpected = CountBefore > 0 && CountAfter == CountBefore - 1; in annotateConsumedSummaryMismatch()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DLegacyPassManagers.h416 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
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()