LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
RegionInfo.h File Reference
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Analysis/DominanceFrontier.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Support/Allocator.h"
#include <map>
Include dependency graph for RegionInfo.h:
This graph shows which files directly or indirectly include this file:

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...