LLVM  8.0.1
Public Member Functions | List of all members
llvm::GVNSinkPass Struct Reference

Uses an "inverted" value numbering to decide the similarity of expressions and sinks similar expressions into successors. More...

#include "llvm/Transforms/Scalar/GVN.h"

Inheritance diagram for llvm::GVNSinkPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::GVNSinkPass:
Collaboration graph
[legend]

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 Run the pass over the function. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< GVNSinkPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Uses an "inverted" value numbering to decide the similarity of expressions and sinks similar expressions into successors.

Definition at line 306 of file GVN.h.

Member Function Documentation

◆ run()

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

Run the pass over the function.

Definition at line 904 of file GVNSink.cpp.

References llvm::PreservedAnalyses::all(), G, INITIALIZE_PASS_BEGIN(), INITIALIZE_PASS_DEPENDENCY, and llvm::PreservedAnalyses::preserve().


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