|
LLVM
8.0.1
|
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 | |
| This class represents lattice values for constants. | |
Functions | |
| FunctionPass * | llvm::createInstructionCombiningPass (bool ExpensiveCombines=true) |
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, use createInstructionCombiningPass().
Definition in file InstCombine.h.
1.8.13