LLVM  8.0.1
Classes | Namespaces
CSEMIRBuilder.h File Reference

This file implements a version of MachineIRBuilder which CSEs insts within a MachineBasicBlock. More...

#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
Include dependency graph for CSEMIRBuilder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::CSEMIRBuilder
 Defines a builder that does CSE of MachineInstructions using GISelCSEInfo. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

This file implements a version of MachineIRBuilder which CSEs insts within a MachineBasicBlock.

Definition in file CSEMIRBuilder.h.