LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::PostDominatorTreeAnalysis Class Reference

Analysis pass which computes a PostDominatorTree. More...

#include "llvm/Analysis/PostDominators.h"

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

Public Types

using Result = PostDominatorTree
 Provide the result type for this analysis pass.
 

Public Member Functions

PostDominatorTree run (Function &F, FunctionAnalysisManager &)
 Run the analysis pass over a function and produce a post dominator tree.
 
- 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::AnalysisInfoMixin< PostDominatorTreeAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Analysis pass which computes a PostDominatorTree.

Definition at line 47 of file PostDominators.h.

Member Typedef Documentation

◆ Result

Provide the result type for this analysis pass.

Definition at line 55 of file PostDominators.h.

Member Function Documentation

◆ run()

PostDominatorTree PostDominatorTreeAnalysis::run ( Function F,
FunctionAnalysisManager  
)

Run the analysis pass over a function and produce a post dominator tree.

Definition at line 98 of file PostDominators.cpp.

References F.


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