LLVM API Documentation
#include "llvm/ADT/PointerIntPair.h"#include "llvm/Analysis/DominanceFrontier.h"#include "llvm/Analysis/PostDominators.h"#include "llvm/Support/Allocator.h"#include <map>

Go to the source code of this file.
Classes | |
| class | llvm::FlatIt< GraphType > |
| Marker class to iterate over the elements of a Region in flat mode. More... | |
| class | llvm::RegionNode |
| A RegionNode represents a subregion or a BasicBlock that is part of a Region. More... | |
| class | llvm::Region |
| A single entry single exit Region. More... | |
| class | llvm::Region::block_iterator_wrapper< IsConst > |
| class | llvm::RegionInfo |
| Analysis that detects all canonical Regions. More... | |
Namespaces | |
| llvm | |
| List of target independent CodeGen pass IDs. | |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const RegionNode &Node) |
| Print a RegionNode. More... | |