LLVM 24.0.0git
llvm::IRTranslatorImpl Class Reference

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

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 89 of file IRTranslator.h.

Constructor & Destructor Documentation

◆ IRTranslatorImpl()

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

Definition at line 805 of file IRTranslator.h.

References llvm::None.

Member Function Documentation

◆ runOnMachineFunction()


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