|
LLVM
3.7.0
|
#include "llvm/ADT/PostOrderIterator.h"#include "llvm/Analysis/DominanceFrontier.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/PostDominators.h"#include "llvm/Analysis/RegionInfo.h"#include "llvm/Analysis/RegionIterator.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include <algorithm>#include <iterator>#include <set>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "region" |
| #define DEBUG_TYPE "region" |
Definition at line 30 of file RegionInfoImpl.h.
1.8.6