LLVM 22.0.0git
llvm::RuntimeLibraryAnalysis Class Reference

#include "llvm/Analysis/RuntimeLibcallInfo.h"

Inheritance diagram for llvm::RuntimeLibraryAnalysis:
[legend]

Public Types

using Result = RTLIB::RuntimeLibcallsInfo

Public Member Functions

 RuntimeLibraryAnalysis ()=default
 RuntimeLibraryAnalysis (RTLIB::RuntimeLibcallsInfo &&BaselineInfoImpl)
 RuntimeLibraryAnalysis (const Triple &T)
LLVM_ABI RTLIB::RuntimeLibcallsInfo run (const Module &M, ModuleAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< RuntimeLibraryAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Definition at line 17 of file RuntimeLibcallInfo.h.

Member Typedef Documentation

◆ Result

Constructor & Destructor Documentation

◆ RuntimeLibraryAnalysis() [1/3]

llvm::RuntimeLibraryAnalysis::RuntimeLibraryAnalysis ( )
default

◆ RuntimeLibraryAnalysis() [2/3]

llvm::RuntimeLibraryAnalysis::RuntimeLibraryAnalysis ( RTLIB::RuntimeLibcallsInfo && BaselineInfoImpl)
inline

Definition at line 23 of file RuntimeLibcallInfo.h.

References llvm::move().

◆ RuntimeLibraryAnalysis() [3/3]

llvm::RuntimeLibraryAnalysis::RuntimeLibraryAnalysis ( const Triple & T)
inlineexplicit

Definition at line 25 of file RuntimeLibcallInfo.h.

References T.

Member Function Documentation

◆ run()

RTLIB::RuntimeLibcallsInfo RuntimeLibraryAnalysis::run ( const Module & M,
ModuleAnalysisManager &  )

Definition at line 17 of file RuntimeLibcallInfo.cpp.


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