LLVM  8.0.1
Classes | Namespaces | Functions
SCCP.h File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Transforms/Utils/PredicateInfo.h"
Include dependency graph for SCCP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SCCPPass
 This pass performs function-level constant propagation and merging. More...
 
struct  llvm::AnalysisResultsForFn
 Helper struct for bundling up the analysis results per function for IPSCCP. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

bool llvm::runIPSCCP (Module &M, const DataLayout &DL, const TargetLibraryInfo *TLI, function_ref< AnalysisResultsForFn(Function &)> getAnalysis)