|
LLVM
4.0.0
|
This pass performs function-level constant propagation and merging. More...
#include <SCCP.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< SCCPPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
This pass performs function-level constant propagation and merging.
Definition at line 30 of file Scalar/SCCP.h.
| PreservedAnalyses SCCPPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 1596 of file SCCP.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::Module::getDataLayout(), llvm::GlobalValue::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and runSCCP().
1.8.6