|
LLVM
4.0.0
|
#include <PartiallyInlineLibCalls.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PartiallyInlineLibCallsPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 23 of file PartiallyInlineLibCalls.h.
| PreservedAnalyses PartiallyInlineLibCallsPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 126 of file PartiallyInlineLibCalls.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::none(), and runPartiallyInlineLibCalls().
1.8.6