LLVM 19.0.0git
Functions | Variables
DDGPrinter.cpp File Reference
#include "llvm/Analysis/DDGPrinter.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/GraphWriter.h"

Go to the source code of this file.

Functions

static void writeDDGToDotFile (DataDependenceGraph &G, bool DOnly=false)
 

Variables

static cl::opt< boolDotOnly ("dot-ddg-only", cl::Hidden, cl::desc("simple ddg dot graph"))
 
static cl::opt< std::string > DDGDotFilenamePrefix ("dot-ddg-filename-prefix", cl::init("ddg"), cl::Hidden, cl::desc("The prefix used for the DDG dot file names."))
 

Function Documentation

◆ writeDDGToDotFile()

static void writeDDGToDotFile ( DataDependenceGraph G,
bool  DOnly = false 
)
static

Variable Documentation

◆ DDGDotFilenamePrefix

cl::opt< std::string > DDGDotFilenamePrefix("dot-ddg-filename-prefix", cl::init("ddg"), cl::Hidden, cl::desc("The prefix used for the DDG dot file names.")) ( "dot-ddg-filename-prefix"  ,
cl::init("ddg")  ,
cl::Hidden  ,
cl::desc("The prefix used for the DDG dot file names.")   
)
static

Referenced by writeDDGToDotFile().

◆ DotOnly

cl::opt< bool > DotOnly("dot-ddg-only", cl::Hidden, cl::desc("simple ddg dot graph")) ( "dot-ddg-only"  ,
cl::Hidden  ,
cl::desc("simple ddg dot graph")   
)
static