Searched refs:edge_label (Results 1 – 3 of 3) sorted by relevance
1187 string edge_label; in AddInstructionIncomingEdges() local1189 edge_label = in AddInstructionIncomingEdges()1192 edge_label = "style=\"dotted\" color=\"gray\" label=\"ctrl\""; in AddInstructionIncomingEdges()1201 from->name(), to->name(), edge_label)); in AddInstructionIncomingEdges()
2168 my $edge_label = "$src\001$dst";2169 if (!exists($edge{$edge_label})) {2170 $edge{$edge_label} = 0;2172 $edge{$edge_label} += $n;
2169 my $edge_label = "$src\001$dst";2170 if (!exists($edge{$edge_label})) {2171 $edge{$edge_label} = 0;2173 $edge{$edge_label} += $n;