Home
last modified time | relevance | path

Searched refs:GraphS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp494 llvm::raw_string_ostream GraphS(Graph); in buildCFGDot() local
496 GraphS << R"(digraph { in buildCFGDot()
507 GraphS << " " << blockID(I) << " [id=" << blockID(I) << " label=\"" in buildCFGDot()
513 GraphS << " " << blockID(Block->getBlockID()) << " -> " in buildCFGDot()
517 GraphS << "}\n"; in buildCFGDot()