|
LLVM
4.0.0
|
Move instructions into successor blocks when possible. More...
#include <Sink.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< SinkingPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
| PreservedAnalyses SinkingPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 257 of file Sink.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and iterativelySinkInstructions().
1.8.6