LLVM  4.0.0
Namespaces | Functions
RDFGraph.cpp File Reference
#include "RDFGraph.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominanceFrontier.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <iterator>
#include <utility>
#include <vector>
Include dependency graph for RDFGraph.cpp:

Go to the source code of this file.

Namespaces

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

Functions

raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const PrintLaneMaskOpt &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterRef > &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeId > &P)
 
static void llvm::rdf::printRefHeader (raw_ostream &OS, const NodeAddr< RefNode * > RA, const DataFlowGraph &G)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< DefNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< UseNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< PhiUseNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< RefNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeList > &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeSet > &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< PhiNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< StmtNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< InstrNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< BlockNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< NodeAddr< FuncNode * >> &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterSet > &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterAggr > &P)
 
template<>
raw_ostreamllvm::rdf::operator<< (raw_ostream &OS, const Print< DataFlowGraph::DefStack > &P)
 

Variable Documentation

const NodeList& List