HomeSort by: relevance | last modified time | path
    Searched refs:CountBefore (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunctionPass.cpp 61 unsigned CountBefore, CountAfter;
70 CountBefore = MF.getInstructionCount();
78 if (CountBefore != CountAfter) {
82 static_cast<int64_t>(CountBefore);
89 << NV("MIInstrsBefore", CountBefore) << " to "
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LegacyPassManagers.h 416 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 93 Pass *P, Module &M, int64_t Delta, unsigned CountBefore,
148 int64_t CountAfter = static_cast<int64_t>(CountBefore) + Delta;
156 << DiagnosticInfoOptimizationBase::Argument("IRInstrsBefore", CountBefore)

Completed in 24 milliseconds