LLVM 22.0.0git
llvm::SeparateConstOffsetFromGEPPass Class Reference

#include "llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h"

Inheritance diagram for llvm::SeparateConstOffsetFromGEPPass:
[legend]

Public Member Functions

 SeparateConstOffsetFromGEPPass (bool LowerGEP=false)
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< SeparateConstOffsetFromGEPPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Definition at line 16 of file SeparateConstOffsetFromGEP.h.

Constructor & Destructor Documentation

◆ SeparateConstOffsetFromGEPPass()

llvm::SeparateConstOffsetFromGEPPass::SeparateConstOffsetFromGEPPass ( bool LowerGEP = false)
inline

Definition at line 21 of file SeparateConstOffsetFromGEP.h.

Member Function Documentation

◆ printPipeline()

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

Definition at line 1470 of file SeparateConstOffsetFromGEP.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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