LLVM 22.0.0git
llvm::ExpandIRInstsPass Class Reference

#include "llvm/CodeGen/ExpandIRInsts.h"

Inheritance diagram for llvm::ExpandIRInstsPass:
[legend]

Public Member Functions

 ExpandIRInstsPass (const TargetMachine &TM, CodeGenOptLevel OptLevel)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
Public Member Functions inherited from llvm::PassInfoMixin< ExpandIRInstsPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Member Functions

static bool isRequired ()
Static Public Member Functions inherited from llvm::PassInfoMixin< ExpandIRInstsPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 19 of file ExpandIRInsts.h.

Constructor & Destructor Documentation

◆ ExpandIRInstsPass()

ExpandIRInstsPass::ExpandIRInstsPass ( const TargetMachine & TM,
CodeGenOptLevel OptLevel )
explicit

Definition at line 1175 of file ExpandIRInsts.cpp.

Member Function Documentation

◆ isRequired()

bool llvm::ExpandIRInstsPass::isRequired ( )
inlinestatic

Definition at line 28 of file ExpandIRInsts.h.

◆ printPipeline()

void ExpandIRInstsPass::printPipeline ( raw_ostream & OS,
function_ref< StringRef(StringRef)> MapClassName2PassName )

Definition at line 1179 of file ExpandIRInsts.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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