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