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

Analysis pass which computes a PostDominatorTree. More...

#include <PostDominators.h>

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

Public Types

typedef PostDominatorTree Result
 Provide the result typedef for this analysis pass. More...
 

Public Member Functions

PostDominatorTree run (Function &F, FunctionAnalysisManager &)
 Run the analysis pass over a function and produce a post dominator tree. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PostDominatorTreeAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type. More...
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< PostDominatorTreeAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Analysis pass which computes a PostDominatorTree.

Definition at line 32 of file PostDominators.h.

Member Typedef Documentation

Provide the result typedef for this analysis pass.

Definition at line 39 of file PostDominators.h.

Member Function Documentation

PostDominatorTree PostDominatorTreeAnalysis::run ( Function F,
FunctionAnalysisManager  
)

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

Definition at line 49 of file PostDominators.cpp.

References llvm::DominatorTreeBase< N >::recalculate().

Referenced by llvm::GuardWideningPass::run().


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