LLVM 22.0.0git
DDGPrinter.cpp File Reference

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::stringDDGDotFilenamePrefix ("dot-ddg-filename-prefix", cl::init("ddg"), cl::Hidden, cl::desc("The prefix used for the DDG dot file names."))

Function Documentation

◆ writeDDGToDotFile()

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