LLVM  8.0.1
Functions | Variables
SCCP.cpp File Reference
#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"
Include dependency graph for SCCP.cpp:

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
 

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( IPSCCPLegacyPass  ,
"ipsccp"  ,
"Interprocedural Sparse Conditional Constant Propagation ,
false  ,
false   
)

Variable Documentation

◆ false

Interprocedural Sparse Conditional Constant false

Definition at line 84 of file SCCP.cpp.

◆ ipsccp

ipsccp

Definition at line 84 of file SCCP.cpp.

◆ Propagation

Interprocedural Sparse Conditional Constant Propagation

Definition at line 84 of file SCCP.cpp.