|
LLVM
4.0.0
|
This file provides the primary interface to the instcombine pass. More...
#include "llvm/IR/Function.h"#include "llvm/IR/PassManager.h"#include "llvm/Transforms/InstCombine/InstCombineWorklist.h"Go to the source code of this file.
Classes | |
| class | llvm::InstCombinePass |
| class | llvm::InstructionCombiningPass |
| The legacy pass manager's instcombine pass. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
This file provides the primary interface to the instcombine pass.
This pass is suitable for use in the new pass manager. For a pass that works with the legacy pass manager, please look for createInstructionCombiningPass() in Scalar.h.
Definition in file InstCombine.h.
1.8.6