LLVM 19.0.0git
Classes | Namespaces | Macros | Functions | Variables
InstCombine.h File Reference

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

FunctionPassllvm::createInstructionCombiningPass ()
 

Variables

static constexpr unsigned llvm::InstCombineDefaultMaxIterations = 1
 

Detailed Description

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.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "instcombine"

Definition at line 23 of file InstCombine.h.