LLVM 22.0.0git
llvm::ExpandFpPass Class Reference

#include "llvm/CodeGen/ExpandFp.h"

Inheritance diagram for llvm::ExpandFpPass:
[legend]

Public Member Functions

 ExpandFpPass (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< ExpandFpPass >
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< ExpandFpPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 19 of file ExpandFp.h.

Constructor & Destructor Documentation

◆ ExpandFpPass()

ExpandFpPass::ExpandFpPass ( const TargetMachine * TM,
CodeGenOptLevel OptLevel )
explicit

Definition at line 1130 of file ExpandFp.cpp.

Member Function Documentation

◆ isRequired()

bool llvm::ExpandFpPass::isRequired ( )
inlinestatic

Definition at line 28 of file ExpandFp.h.

◆ printPipeline()

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

Definition at line 1133 of file ExpandFp.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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