LLVM 20.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:
Inheritance graph
[legend]

Public Member Functions

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 9 of file IRNormalizer.h.

Member Function Documentation

◆ run()

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

Definition at line 691 of file IRNormalizer.cpp.

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


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