LLVM
8.0.1
|
A pass for printing the PhiValues for a function. More...
#include "llvm/Analysis/PhiValues.h"
Public Member Functions | |
PhiValuesPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PhiValuesPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
A pass for printing the PhiValues for a function.
This pass doesn't print whatever information the PhiValues happens to hold, but instead first uses the PhiValues to analyze all the phis in the function so the complete information is printed.
Definition at line 133 of file PhiValues.h.
|
inlineexplicit |
Definition at line 137 of file PhiValues.h.
References F.
PreservedAnalyses PhiValuesPrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 182 of file PhiValues.cpp.
References llvm::PreservedAnalyses::all(), llvm::Value::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PhiValues::getValuesForPhi(), and llvm::PhiValues::print().