LLVM API Documentation
#include <PostDominators.h>
Inheritance diagram for llvm::PostDominanceFrontier:


Public Member Functions | |
| PostDominanceFrontier () | |
| virtual bool | runOnFunction (Function &) |
| virtual void | getAnalysisUsage (AnalysisUsage &AU) const |
Static Public Attributes | |
| char | ID = 0 |
Definition at line 70 of file PostDominators.h.
|
|
Definition at line 72 of file PostDominators.h. |
|
|
getAnalysisUsage - This function should be overriden by passes that need analysis information to do their job. If a pass specifies that it uses a particular analysis result to this function, it can then use the getAnalysis<AnalysisType>() function, below. Reimplemented from llvm::Pass. Definition at line 84 of file PostDominators.h. References llvm::AnalysisUsage::addRequired(), and llvm::AnalysisUsage::setPreservesAll(). |
|
|
runOnFunction - Virtual method overriden by subclasses to do the per-function processing of the pass. Implements llvm::FunctionPass. Definition at line 75 of file PostDominators.h. References llvm::DomTreeNode, llvm::PostDominatorTree::getRootNode(), and llvm::PostDominatorTree::getRoots(). |
|
|
Definition at line 30 of file PostDominators.cpp. |