LLVM 20.0.0git
|
This file provides the primary interface to the instcombine pass. More...
#include "llvm/IR/Function.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/InstructionWorklist.h"
Go to the source code of this file.
Classes | |
struct | llvm::InstCombineOptions |
class | llvm::InstCombinePass |
class | llvm::InstructionCombiningPass |
The legacy pass manager's instcombine pass. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | DEBUG_TYPE "instcombine" |
Functions | |
FunctionPass * | llvm::createInstructionCombiningPass () |
Variables | |
static constexpr unsigned | llvm::InstCombineDefaultMaxIterations = 1 |
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.
#define DEBUG_TYPE "instcombine" |
Definition at line 23 of file InstCombine.h.