Lines Matching full:edges
32 STATISTIC(NumEdgesInserted, "The # of edges inserted.");
83 // NumEdges counts all the edges that may be instrumented. Later on its
84 // decided which edges to actually instrument, to achieve optimal profiling.
86 // with no successors an edge (BB,0) is reserved. These edges are necessary
98 // edges!
126 // Instrument all of the edges not in MST...
134 // edges (0,entry) and (BB,0) (for blocks with no successors) and this
135 // edges also participate in the maximum spanning tree calculation.
137 // actual MST is returned but the edges _not_ in the MST.
213 // Check if the number of edges counted at first was the number of edges we
215 assert(i == NumEdges && "the number of edges in counting array is wrong");