LLVM API Documentation

Public Member Functions
llvm::RegisterStandardPasses Struct Reference

#include <PassManagerBuilder.h>

List of all members.

Public Member Functions

 RegisterStandardPasses (PassManagerBuilder::ExtensionPointTy Ty, PassManagerBuilder::ExtensionFn Fn)

Detailed Description

Registers a function for adding a standard set of passes. This should be used by optimizer plugins to allow all front ends to transparently use them. Create a static instance of this class in your plugin, providing a private function that the PassManagerBuilder can use to add your passes.

Definition at line 161 of file Transforms/IPO/PassManagerBuilder.h.


Constructor & Destructor Documentation


The documentation for this struct was generated from the following file: