LLVM 22.0.0git
Public Member Functions | List of all members
llvm::IRNormalizerPass Struct Reference

IRNormalizer aims to transform LLVM IR into normal form. More...

#include "llvm/Transforms/Utils/IRNormalizer.h"

Inheritance diagram for llvm::IRNormalizerPass:
[legend]

Public Member Functions

 IRNormalizerPass (IRNormalizerOptions Options=IRNormalizerOptions())
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM) const
 
- Public Member Functions inherited from llvm::PassInfoMixin< IRNormalizerPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

IRNormalizer aims to transform LLVM IR into normal form.

Definition at line 23 of file IRNormalizer.h.

Constructor & Destructor Documentation

◆ IRNormalizerPass()

llvm::IRNormalizerPass::IRNormalizerPass ( IRNormalizerOptions  Options = IRNormalizerOptions())
inline

Definition at line 28 of file IRNormalizer.h.

Member Function Documentation

◆ run()

PreservedAnalyses IRNormalizerPass::run ( Function F,
FunctionAnalysisManager AM 
) const

Definition at line 664 of file IRNormalizer.cpp.

References F, and llvm::PreservedAnalyses::preserveSet().


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