LLVM API Documentation
#include <Pass.h>


Public Member Functions | |
| virtual void | initializePass () |
| bool | runOnModule (Module &) |
| ImmutablePass (intptr_t pid) | |
| ImmutablePass (const void *pid) | |
| virtual | ~ImmutablePass () |
Definition at line 240 of file Pass.h.
| llvm::ImmutablePass::ImmutablePass | ( | intptr_t | pid | ) | [inline, explicit] |
| llvm::ImmutablePass::ImmutablePass | ( | const void * | pid | ) | [inline, explicit] |
| virtual void llvm::ImmutablePass::initializePass | ( | ) | [inline, virtual] |
initializePass - This method may be overriden by immutable passes to allow them to perform various initialization actions they require. This is primarily because an ImmutablePass can "require" another ImmutablePass, and if it does, the overloaded version of initializePass may get access to these passes with getAnalysis<>.
Definition at line 248 of file Pass.h.
Referenced by llvm::PMTopLevelManager::addImmutablePass().
| bool llvm::ImmutablePass::runOnModule | ( | Module & | ) | [inline, virtual] |