Searched refs:GraphS (Results 1 – 1 of 1) sorted by relevance
493 llvm::raw_string_ostream GraphS(Graph); in buildCFGDot() local495 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()