LLVM 22.0.0git
llvm::PhiValuesAnalysis Class Reference

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

#include "llvm/Analysis/PhiValues.h"

Inheritance diagram for llvm::PhiValuesAnalysis:
[legend]

Public Types

using Result = PhiValues

Public Member Functions

LLVM_ABI PhiValues run (Function &F, FunctionAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< PhiValuesAnalysis >
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< PhiValuesAnalysis >
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 116 of file PhiValues.h.

Member Typedef Documentation

◆ Result

Definition at line 121 of file PhiValues.h.

Member Function Documentation

◆ run()

PhiValues PhiValuesAnalysis::run ( Function & F,
FunctionAnalysisManager &  )

Definition at line 193 of file PhiValues.cpp.

References F, and llvm::PhiValues::PhiValues().


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