|
LLVM
8.0.1
|
The function importing pass. More...
#include "llvm/Transforms/IPO/FunctionImport.h"


Public Member Functions | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< FunctionImportPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
The function importing pass.
Definition at line 124 of file FunctionImport.h.
| PreservedAnalyses FunctionImportPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 1289 of file FunctionImport.cpp.
References llvm::PreservedAnalyses::all(), doImportingForModule(), and llvm::PreservedAnalyses::none().
1.8.13