LLVM API Documentation
#include <PowerPCJITInfo.h>
Inheritance diagram for llvm::PowerPCJITInfo:
Public Member Functions | |
PowerPCJITInfo (TargetMachine &tm) | |
virtual void | addPassesToJITCompile (FunctionPassManager &PM) |
Protected Attributes | |
TargetMachine & | TM |
Definition at line 22 of file PowerPCJITInfo.h.
|
Definition at line 26 of file PowerPCJITInfo.h. |
|
addPassesToJITCompile - Add passes to the specified pass manager to implement a fast dynamic compiler for this target. Return true if this is not supported for this target. Implements llvm::TargetJITInfo. Definition at line 115 of file PowerPCTargetMachine.cpp. References llvm::FunctionPassManager::add(), llvm::createLowerConstantExpressionsPass(), llvm::createLowerGCPass(), llvm::createLowerInvokePass(), llvm::createLowerSwitchPass(), llvm::createMachineFunctionPrinterPass(), llvm::createPPC32ISelSimple(), llvm::createPPCBranchSelectionPass(), llvm::createPrologEpilogCodeInserter(), llvm::createRegisterAllocator(), llvm::createUnreachableBlockEliminationPass(), llvm::PrintMachineCode, and TM. |
|
Definition at line 24 of file PowerPCJITInfo.h. Referenced by addPassesToJITCompile(). |