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

Printer pass for the AssumptionAnalysis results. More...

#include <AssumptionCache.h>

Inheritance diagram for llvm::AssumptionPrinterPass:
[legend]
Collaboration diagram for llvm::AssumptionPrinterPass:
[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 153 of file AssumptionCache.h.

Constructor & Destructor Documentation

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

Definition at line 157 of file AssumptionCache.h.

Member Function Documentation

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

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