LLVM
8.0.1
|
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 &) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PhiValuesAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PhiValuesAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
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 119 of file PhiValues.h.
Definition at line 124 of file PhiValues.h.
PhiValues PhiValuesAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | |||
) |
Definition at line 178 of file PhiValues.cpp.
References llvm::PhiValues::PhiValues().