MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / bb_dot_name

Function bb_dot_name

ir/function.cpp:983–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983static string_view bb_dot_name(const string &name) {
984 if (name[0] == '%')
985 return string_view(name).substr(1);
986 return name;
987}
988
989void CFG::printDot(ostream &os) const {
990 os << "digraph {\n"

Callers 1

printDotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected