LLVM  4.0.0
Public Member Functions | List of all members
llvm::SCCPPass Class Reference

This pass performs function-level constant propagation and merging. More...

#include <SCCP.h>

Inheritance diagram for llvm::SCCPPass:
[legend]
Collaboration diagram for llvm::SCCPPass:
[legend]

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...
 

Detailed Description

This pass performs function-level constant propagation and merging.

Definition at line 30 of file Scalar/SCCP.h.

Member Function Documentation

PreservedAnalyses SCCPPass::run ( Function F,
FunctionAnalysisManager AM 
)

The documentation for this class was generated from the following files: