LLVM 19.0.0git
Namespaces | Variables
PassManagerImpl.h File Reference

Provides implementations for PassManager and AnalysisManager template methods. More...

#include "llvm/IR/Function.h"
#include "llvm/IR/PassInstrumentation.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/PrettyStackTrace.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Variables

llvm::cl::opt< boolUseNewDbgInfoFormat
 

Detailed Description

Provides implementations for PassManager and AnalysisManager template methods.

These classes should be explicitly instantiated for any IR unit, and files doing the explicit instantiation should include this header.

Definition in file PassManagerImpl.h.

Variable Documentation

◆ UseNewDbgInfoFormat

llvm::cl::opt<bool> UseNewDbgInfoFormat
extern