LLVM API Documentation

ExtractFunction.cpp File Reference

#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

ModulePassllvm::createFunctionExtractionPass (Function *F, bool deleteFn)

Variables

FunctionNamed
bool deleteFunc
RegisterPass< FunctionExtractorPass > X ("extract","Function Extractor")


Variable Documentation

bool deleteFunc

Definition at line 22 of file ExtractFunction.cpp.

Function* Named

Definition at line 21 of file ExtractFunction.cpp.

RegisterPass<FunctionExtractorPass> X("extract","Function Extractor") [static]