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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h 33 bool DebugPM = false;
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 57 static cl::opt<DebugLogging> DebugPM(
295 PrintPassOpts.Verbose = DebugPM == DebugLogging::Verbose;
296 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 161 AddIRPass(ModulePassManager &MPM, bool DebugPM, bool Check = true)
472 AddIRPass addIRPass(MPM, Opt.DebugPM);
624 LoopStrengthReducePass(), /*UseMemorySSA*/ true, Opt.DebugPM));

Completed in 61 milliseconds