LLVM  4.0.0
Classes | Namespaces | Typedefs | Functions
RDFGraph.h File Reference
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include <cassert>
#include <cstdint>
#include <cstring>
#include <functional>
#include <map>
#include <set>
#include <unordered_map>
#include <utility>
#include <vector>
Include dependency graph for RDFGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::rdf::NodeAttrs
 
struct  llvm::rdf::BuildOptions
 
struct  llvm::rdf::NodeAddr< T >
 
struct  llvm::rdf::NodeAllocator
 
struct  llvm::rdf::RegisterRef
 
struct  llvm::rdf::TargetOperandInfo
 
struct  llvm::rdf::PackedRegisterRef
 
struct  llvm::rdf::IndexedSet< T, N >
 
struct  llvm::rdf::LaneMaskIndex
 
struct  llvm::rdf::RegisterAggr
 
struct  llvm::rdf::NodeBase
 
struct  llvm::rdf::NodeBase::Def_struct
 
struct  llvm::rdf::NodeBase::PhiU_struct
 
struct  llvm::rdf::NodeBase::Code_struct
 
struct  llvm::rdf::NodeBase::Ref_struct
 
struct  llvm::rdf::RefNode
 
struct  llvm::rdf::DefNode
 
struct  llvm::rdf::UseNode
 
struct  llvm::rdf::PhiUseNode
 
struct  llvm::rdf::CodeNode
 
struct  llvm::rdf::InstrNode
 
struct  llvm::rdf::PhiNode
 
struct  llvm::rdf::StmtNode
 
struct  llvm::rdf::BlockNode
 
struct  llvm::rdf::FuncNode
 
struct  llvm::rdf::DataFlowGraph
 
struct  llvm::rdf::DataFlowGraph::DefStack
 
struct  llvm::rdf::PrintLaneMaskOpt
 
struct  llvm::rdf::Print< T >
 
struct  llvm::rdf::Print< T >
 
struct  llvm::rdf::PrintNode< T >
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::rdf
 

Typedefs

typedef uint32_t llvm::rdf::NodeId
 
typedef uint32_t llvm::rdf::RegisterId
 
typedef std::set< RegisterRef > llvm::rdf::RegisterSet
 
typedef std::vector< NodeAddr
< NodeBase * > > 
llvm::rdf::NodeList
 
typedef std::set< NodeId > llvm::rdf::NodeSet
 

Functions

raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const PrintLaneMaskOpt &P)
 
template<typename T >
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< T > &P)