LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PostDomOnlyViewer Struct Referencefinal

#include "llvm/Analysis/DomPrinter.h"

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

Public Member Functions

 PostDomOnlyViewer ()
 
- Public Member Functions inherited from llvm::DOTGraphTraitsViewer< PostDominatorTreeAnalysis, true >
 DOTGraphTraitsViewer (StringRef GraphName)
 
virtual bool processFunction (Function &F, const typename AnalysisT::Result &Result)
 Return true if this function should be processed.
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 
- Protected Member Functions inherited from llvm::DOTGraphTraitsViewer< PostDominatorTreeAnalysis, true >
 ~DOTGraphTraitsViewer ()
 Avoid compiler warning "has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]" in derived classes.
 

Detailed Description

Definition at line 92 of file DomPrinter.h.

Constructor & Destructor Documentation

◆ PostDomOnlyViewer()

llvm::PostDomOnlyViewer::PostDomOnlyViewer ( )
inline

Definition at line 94 of file DomPrinter.h.


The documentation for this struct was generated from the following file: