LLVM 24.0.0git
llvm::IRTranslatorImpl Class Reference

Public Member Functions

 IRTranslatorImpl (CodeGenOptLevel OptLevel=CodeGenOptLevel::None)
bool runOnMachineFunction (MachineFunction &MF, function_ref< GISelCSEInfo *()> GetCSEInfo, bool ShouldSkipOpts, function_ref< AAResults *()> GetAAResults, function_ref< BranchProbabilityInfo *()> GetBPI, function_ref< AssumptionCache *()> GetAC, TargetLibraryInfo *LibraryInfo, const LibcallLoweringInfo *LibcallInfo, SSPLayoutInfo *StackProtectorInfo)

Detailed Description

Definition at line 110 of file IRTranslator.cpp.

Constructor & Destructor Documentation

◆ IRTranslatorImpl()

llvm::IRTranslatorImpl::IRTranslatorImpl ( CodeGenOptLevel OptLevel = CodeGenOptLevel::None)
inline

Definition at line 827 of file IRTranslator.cpp.

References llvm::None.

Member Function Documentation

◆ runOnMachineFunction()


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