LLVM 20.0.0git
|
The analysis pass which yields a PhiValues. More...
#include "llvm/Analysis/PhiValues.h"
Public Types | |
using | Result = PhiValues |
Public Member Functions | |
PhiValues | run (Function &F, FunctionAnalysisManager &) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
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.
Definition at line 120 of file PhiValues.h.
PhiValues PhiValuesAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | |||
) |
Definition at line 191 of file PhiValues.cpp.
References F.