LLVM 19.0.0git
Public Member Functions | List of all members
llvm::SeparateConstOffsetFromGEPPass Class Reference

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

Inheritance diagram for llvm::SeparateConstOffsetFromGEPPass:
Inheritance graph
[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 1403 of file SeparateConstOffsetFromGEP.cpp.

References OS, and printPipeline().

Referenced by printPipeline().

◆ run()

PreservedAnalyses SeparateConstOffsetFromGEPPass::run ( Function F,
FunctionAnalysisManager AM 
)

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