LLVM  8.0.1
Classes | Namespaces | Typedefs | Functions
RDFGraph.h File Reference
#include "RDFRegisters.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/MathExtras.h"
#include <cassert>
#include <cstdint>
#include <cstring>
#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::TargetOperandInfo
 
struct  llvm::rdf::PackedRegisterRef
 
struct  llvm::rdf::LaneMaskIndex
 
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::Print< T >
 
struct  llvm::rdf::Print< T >
 
struct  llvm::rdf::PrintNode< T >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::rdf
 

Typedefs

using llvm::rdf::NodeId = uint32_t
 
using llvm::rdf::RegisterSet = std::set< RegisterRef >
 
using llvm::rdf::NodeList = SmallVector< NodeAddr< NodeBase * >, 4 >
 
using llvm::rdf::NodeSet = std::set< NodeId >
 

Functions

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