LLVM 22.0.0git
|
Simple wrapper that does the following. More...
#include "llvm/CodeGen/GlobalISel/CSEInfo.h"
Public Member Functions | |
LLVM_ABI GISelCSEInfo & | get (std::unique_ptr< CSEConfigBase > CSEOpt, bool ReCompute=false) |
Takes a CSEConfigBase object that defines what opcodes get CSEd. | |
void | setMF (MachineFunction &MFunc) |
void | setComputed (bool Computed) |
void | releaseMemory () |
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.
GISelCSEInfo & GISelCSEAnalysisWrapper::get | ( | std::unique_ptr< CSEConfigBase > | CSEOpt, |
bool | ReCompute = false |
||
) |
Takes a CSEConfigBase 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 442 of file CSEInfo.cpp.
References llvm::GISelCSEInfo::analyze(), llvm::GISelCSEInfo::releaseMemory(), and llvm::GISelCSEInfo::setCSEConfig().
|
inline |
|
inline |
|
inline |
Definition at line 223 of file CSEInfo.h.
Referenced by llvm::GISelCSEAnalysisWrapperPass::runOnMachineFunction().