LLVM  8.0.1
Public Member Functions | List of all members
llvm::PGOMemOPSizeOpt Class Reference

The profile size based optimization pass for memory intrinsics. More...

#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"

Inheritance diagram for llvm::PGOMemOPSizeOpt:
Inheritance graph
[legend]
Collaboration diagram for llvm::PGOMemOPSizeOpt:
Collaboration graph
[legend]

Public Member Functions

 PGOMemOPSizeOpt ()=default
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

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

Detailed Description

The profile size based optimization pass for memory intrinsics.

Definition at line 63 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

◆ PGOMemOPSizeOpt()

llvm::PGOMemOPSizeOpt::PGOMemOPSizeOpt ( )
default

Member Function Documentation

◆ run()

PreservedAnalyses llvm::PGOMemOPSizeOpt::run ( Function F,
FunctionAnalysisManager AM 
)

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