LLVM 22.0.0git
llvm::BasicBlockSectionsProfileReaderAnalysis Class Reference

Analysis pass providing the BasicBlockSectionsProfileReader. More...

#include "llvm/CodeGen/BasicBlockSectionsProfileReader.h"

Inheritance diagram for llvm::BasicBlockSectionsProfileReaderAnalysis:
[legend]

Public Types

typedef BasicBlockSectionsProfileReader Result

Public Member Functions

 BasicBlockSectionsProfileReaderAnalysis (const TargetMachine *TM)
Result run (Function &F, FunctionAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< BasicBlockSectionsProfileReaderAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Attributes

static AnalysisKey Key

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< BasicBlockSectionsProfileReaderAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< BasicBlockSectionsProfileReaderAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Analysis pass providing the BasicBlockSectionsProfileReader.

Note that this pass's result cannot be invalidated, it is immutable for the life of the module.

Definition at line 152 of file BasicBlockSectionsProfileReader.h.

Member Typedef Documentation

◆ Result

Constructor & Destructor Documentation

◆ BasicBlockSectionsProfileReaderAnalysis()

llvm::BasicBlockSectionsProfileReaderAnalysis::BasicBlockSectionsProfileReaderAnalysis ( const TargetMachine * TM)
inline

Definition at line 158 of file BasicBlockSectionsProfileReader.h.

Member Function Documentation

◆ run()

BasicBlockSectionsProfileReader BasicBlockSectionsProfileReaderAnalysis::run ( Function & F,
FunctionAnalysisManager & AM )

Definition at line 468 of file BasicBlockSectionsProfileReader.cpp.

References F.

Member Data Documentation

◆ Key

AnalysisKey BasicBlockSectionsProfileReaderAnalysis::Key
static

Definition at line 156 of file BasicBlockSectionsProfileReader.h.


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