LLVM
8.0.1
|
#include "llvm/Transforms/IPO/SCCP.h"
#include "llvm/Analysis/AssumptionCache.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar/SCCP.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS_BEGIN (IPSCCPLegacyPass, "ipsccp", "Interprocedural Sparse Conditional Constant Propagation", false, false) INITIALIZE_PASS_END(IPSCCPLegacyPass | |
Variables | |
ipsccp | |
Interprocedural Sparse Conditional Constant | Propagation |
Interprocedural Sparse Conditional Constant | false |
INITIALIZE_PASS_BEGIN | ( | IPSCCPLegacyPass | , |
"ipsccp" | , | ||
"Interprocedural Sparse Conditional Constant Propagation" | , | ||
false | , | ||
false | |||
) |
Referenced by llvm::IPSCCPPass::run(), and llvm::SCCPPass::run().