LLVM  8.0.1
Public Member Functions | List of all members
llvm::AssumptionPrinterPass Class Reference

Printer pass for the AssumptionAnalysis results. More...

#include "llvm/Analysis/AssumptionCache.h"

Inheritance diagram for llvm::AssumptionPrinterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::AssumptionPrinterPass:
Collaboration graph
[legend]

Public Member Functions

 AssumptionPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

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

Detailed Description

Printer pass for the AssumptionAnalysis results.

Definition at line 165 of file AssumptionCache.h.

Constructor & Destructor Documentation

◆ AssumptionPrinterPass()

llvm::AssumptionPrinterPass::AssumptionPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 169 of file AssumptionCache.h.

References F.

Member Function Documentation

◆ run()

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

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