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

The analysis pass which yields a PhiValues. More...

#include "llvm/Analysis/PhiValues.h"

Inheritance diagram for llvm::PhiValuesAnalysis:
Inheritance graph
[legend]

Public Types

using Result = PhiValues
 

Public Member Functions

PhiValues run (Function &F, FunctionAnalysisManager &)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

The analysis pass which yields a PhiValues.

The analysis does nothing by itself, and just returns an empty PhiValues which will get filled in as it's used.

Definition at line 115 of file PhiValues.h.

Member Typedef Documentation

◆ Result

Definition at line 120 of file PhiValues.h.

Member Function Documentation

◆ run()

PhiValues PhiValuesAnalysis::run ( Function F,
FunctionAnalysisManager  
)

Definition at line 191 of file PhiValues.cpp.

References F.


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