class PhiValuesPrinterPass

Declaration

class PhiValuesPrinterPass : public PassInfoMixin { /* full declaration omitted */ };

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.

Declared at: llvm/include/llvm/Analysis/PhiValues.h:132

Inherits from: PassInfoMixin

Method Overview

  • public PhiValuesPrinterPass(llvm::raw_ostream & OS)
  • public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)

Methods

PhiValuesPrinterPass(llvm::raw_ostream& OS)

Declared at: llvm/include/llvm/Analysis/PhiValues.h:136

Parameters

llvm::raw_ostream& OS

llvm::PreservedAnalyses run(
    llvm::Function& F,
    llvm::FunctionAnalysisManager& AM)

Declared at: llvm/include/llvm/Analysis/PhiValues.h:137

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& AM