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.cpp493 llvm::raw_string_ostream GraphS(Graph); in buildCFGDot() local
495 GraphS << R"(digraph { in buildCFGDot()
506 GraphS << " " << blockID(I) << " [id=" << blockID(I) << " label=\"" in buildCFGDot()
512 GraphS << " " << blockID(Block->getBlockID()) << " -> " in buildCFGDot()
516 GraphS << "}\n"; in buildCFGDot()