LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::PhiValuesPrinterPass Class Reference

A pass for printing the PhiValues for a function. More...

#include "llvm/Analysis/PhiValues.h"

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

Public Member Functions

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

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< PhiValuesPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

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 129 of file PhiValues.h.

Constructor & Destructor Documentation

◆ PhiValuesPrinterPass()

llvm::PhiValuesPrinterPass::PhiValuesPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 133 of file PhiValues.h.

References OS.

Member Function Documentation

◆ isRequired()

static bool llvm::PhiValuesPrinterPass::isRequired ( )
inlinestatic

Definition at line 135 of file PhiValues.h.

◆ run()

PreservedAnalyses PhiValuesPrinterPass::run ( Function F,
FunctionAnalysisManager AM 
)

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