class GISelCSEAnalysisWrapper
Declaration
class GISelCSEAnalysisWrapper { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:200
Method Overview
- public llvm::GISelCSEInfo & get(int CSEOpt, bool ReCompute = false)
- public void releaseMemory()
- public void setComputed(bool Computed)
- public void setMF(llvm::MachineFunction & MFunc)
Methods
¶llvm::GISelCSEInfo& get(int CSEOpt,
bool ReCompute = false)
llvm::GISelCSEInfo& get(int CSEOpt,
bool ReCompute = false)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:210
Parameters
- int CSEOpt
- bool ReCompute = false
¶void releaseMemory()
void releaseMemory()
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:214
¶void setComputed(bool Computed)
void setComputed(bool Computed)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:213
Parameters
- bool Computed
¶void setMF(llvm::MachineFunction& MFunc)
void setMF(llvm::MachineFunction& MFunc)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:212
Parameters
- llvm::MachineFunction& MFunc