LLVM API Documentation
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/IPO.h"
Include dependency graph for ExtractFunction.cpp:
Go to the source code of this file.
Functions | |
ModulePass * | llvm::createFunctionExtractionPass (Function *F, bool deleteFn) |
Variables | |
Function * | Named |
bool | deleteFunc |
RegisterPass< FunctionExtractorPass > | X ("extract","Function Extractor") |
bool deleteFunc |
Definition at line 22 of file ExtractFunction.cpp.
Definition at line 21 of file ExtractFunction.cpp.
RegisterPass<FunctionExtractorPass> X("extract","Function Extractor") [static] |