LLVM API Documentation
#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:

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "postdomtree" |
Variables | |
| RegisterPass< PostDominatorTree > | F ("postdomtree","Post-Dominator Tree Construction", true, true) |
| RegisterPass< PostDominanceFrontier > | H ("postdomfrontier","Post-Dominance Frontier Construction", true, true) |
|
|
Definition at line 14 of file PostDominators.cpp. |
|
|
Referenced by llvm::PostDominatorTree::runOnFunction(). |
|
|
|