LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PostDominators.cpp File Reference

#include "llvm/Analysis/PostDominators.h"
#include "llvm/Instructions.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SetOperations.h"
#include "llvm/Analysis/DominatorInternals.h"

Include dependency graph for PostDominators.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "postdomtree"

Variables

RegisterPass< PostDominatorTreeF ("postdomtree","Post-Dominator Tree Construction", true, true)
RegisterPass< PostDominanceFrontierH ("postdomfrontier","Post-Dominance Frontier Construction", true, true)


Define Documentation

#define DEBUG_TYPE   "postdomtree"
 

Definition at line 14 of file PostDominators.cpp.


Variable Documentation

RegisterPass<PostDominatorTree> F("postdomtree","Post-Dominator Tree Construction", true, true) [static]
 

Referenced by llvm::PostDominatorTree::runOnFunction().

RegisterPass<PostDominanceFrontier> H("postdomfrontier","Post-Dominance Frontier Construction", true, true) [static]
 




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.