LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
SelectionDAGDumper.cpp File Reference
#include "llvm/CodeGen/SelectionDAG.h"
#include "ScheduleDAGSDNodes.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetIntrinsicInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for SelectionDAGDumper.cpp:

Go to the source code of this file.

Typedefs

typedef SmallPtrSet< const
SDNode *, 128 > 
VisitedSDNodeSet
 

Functions

static void DumpNodes (const SDNode *N, unsigned indent, const SelectionDAG *G)
 
static void DumpNodesr (raw_ostream &OS, const SDNode *N, unsigned indent, const SelectionDAG *G, VisitedSDNodeSet &once)
 
static void printrWithDepthHelper (raw_ostream &OS, const SDNode *N, const SelectionDAG *G, unsigned depth, unsigned indent)
 

Typedef Documentation

typedef SmallPtrSet<const SDNode *, 128> VisitedSDNodeSet

Definition at line 554 of file SelectionDAGDumper.cpp.

Function Documentation

static void DumpNodes ( const SDNode N,
unsigned  indent,
const SelectionDAG G 
)
static
static void DumpNodesr ( raw_ostream OS,
const SDNode N,
unsigned  indent,
const SelectionDAG G,
VisitedSDNodeSet once 
)
static
static void printrWithDepthHelper ( raw_ostream OS,
const SDNode N,
const SelectionDAG G,
unsigned  depth,
unsigned  indent 
)
static