LLVM 22.0.0git
llvm::FunctionPropertiesAnalysis Class Reference

#include "llvm/Analysis/FunctionPropertiesAnalysis.h"

Inheritance diagram for llvm::FunctionPropertiesAnalysis:
[legend]

Public Types

using Result = const FunctionPropertiesInfo

Public Member Functions

LLVM_ABI FunctionPropertiesInfo run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< FunctionPropertiesAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Attributes

static LLVM_ABI AnalysisKey Key

Additional Inherited Members

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

Detailed Description

Definition at line 157 of file FunctionPropertiesAnalysis.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()

FunctionPropertiesInfo FunctionPropertiesAnalysis::run ( Function & F,
FunctionAnalysisManager & FAM )

Member Data Documentation

◆ Key

AnalysisKey FunctionPropertiesAnalysis::Key
static

Definition at line 161 of file FunctionPropertiesAnalysis.h.


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