LLVM  8.0.1
Public Member Functions | List of all members
llvm::GISelCSEAnalysisWrapper Class Reference

Simple wrapper that does the following. More...

#include "llvm/CodeGen/GlobalISel/CSEInfo.h"

Public Member Functions

GISelCSEInfoget (std::unique_ptr< CSEConfig > CSEOpt, bool ReCompute=false)
 Takes a CSEConfig object that defines what opcodes get CSEd. More...
 
void setMF (MachineFunction &MFunc)
 
void setComputed (bool Computed)
 
void releaseMemory ()
 

Detailed Description

Simple wrapper that does the following.

1) Lazily evaluate the MachineFunction to compute CSEable instructions. 2) Allows configuration of which instructions are CSEd through CSEConfig object. Provides a method called get which takes a CSEConfig object.

Definition at line 196 of file CSEInfo.h.

Member Function Documentation

◆ get()

GISelCSEInfo & GISelCSEAnalysisWrapper::get ( std::unique_ptr< CSEConfig CSEOpt,
bool  ReCompute = false 
)

Takes a CSEConfig object that defines what opcodes get CSEd.

If CSEConfig is already set, and the CSE Analysis has been preserved, it will not use the new CSEOpt(use Recompute to force using the new CSEOpt).

Definition at line 352 of file CSEInfo.cpp.

References Info.

Referenced by llvm::IRTranslator::runOnMachineFunction().

◆ releaseMemory()

void llvm::GISelCSEAnalysisWrapper::releaseMemory ( )
inline

◆ setComputed()

void llvm::GISelCSEAnalysisWrapper::setComputed ( bool  Computed)
inline

Definition at line 208 of file CSEInfo.h.

Referenced by llvm::GISelCSEAnalysisWrapperPass::releaseMemory().

◆ setMF()

void llvm::GISelCSEAnalysisWrapper::setMF ( MachineFunction MFunc)
inline

Definition at line 207 of file CSEInfo.h.


The documentation for this class was generated from the following files: