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:129

Inherits from: PassInfoMixin

Member Variables

private llvm::raw_ostream& OS

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:133

Parameters

llvm::raw_ostream& OS

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

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

Parameters

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