LLVM 22.0.0git
TargetPassConfig.h File Reference

Target-Independent Code Generator Pass Configuration Options pass. More...

#include "llvm/Pass.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include <cassert>
#include <string>

Go to the source code of this file.

Classes

class  llvm::IdentifyingPassPtr
 Discriminated union of Pass ID types. More...
class  llvm::TargetPassConfig
 Target-Independent Code Generator Pass Configuration Options. More...
struct  llvm::TargetPassConfig::StartStopInfo
class  llvm::PassManagerBase
 PassManagerBase - An abstract interface to allow code to add passes to a pass manager without having to hard-code what kind of pass manager it is. More...

Namespaces

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

Functions

LLVM_ABI void llvm::registerCodeGenCallback (PassInstrumentationCallbacks &PIC, TargetMachine &)

Detailed Description

Target-Independent Code Generator Pass Configuration Options pass.

Definition in file TargetPassConfig.h.