|
LLVM
4.0.0
|
#include "llvm/Analysis/DominanceFrontier.h"#include "llvm/Analysis/DominanceFrontierImpl.h"#include "llvm/IR/PassManager.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| INITIALIZE_PASS_BEGIN (DominanceFrontierWrapperPass,"domfrontier","Dominance Frontier Construction", true, true) INITIALIZE_PASS_END(DominanceFrontierWrapperPass | |
Variables | |
| domfrontier | |
| Dominance Frontier | Construction |
| Dominance Frontier | true |
| INITIALIZE_PASS_BEGIN | ( | DominanceFrontierWrapperPass | , |
| "domfrontier" | , | ||
| "Dominance Frontier Construction" | , | ||
| true | , | ||
| true | |||
| ) |
| Dominance Frontier Construction |
Definition at line 26 of file DominanceFrontier.cpp.
| domfrontier |
Definition at line 26 of file DominanceFrontier.cpp.
| Dominance Frontier true |
Definition at line 26 of file DominanceFrontier.cpp.
1.8.6