|
LLVM
4.0.0
|
#include <LibCallsShrinkWrap.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &FAM) |
Static Public Member Functions | |
| static StringRef | name () |
Static Public Member Functions inherited from llvm::PassInfoMixin< LibCallsShrinkWrapPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 19 of file LibCallsShrinkWrap.h.
|
inlinestatic |
Definition at line 21 of file LibCallsShrinkWrap.h.
| PreservedAnalyses llvm::LibCallsShrinkWrapPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM | ||
| ) |
Definition at line 561 of file LibCallsShrinkWrap.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and runImpl().
1.8.6