Lines Matching defs:edge
251 * This corresponds to an edge in the CFG.
252 * It's a directed graph, so an edge has a predecessor and a successor.
254 struct edge {
256 int code; /* opcode for branch corresponding to this edge */
260 struct edge *next; /* link list of incoming edges for a node */
278 struct edge et; /* edge corresponding to the jt branch */
279 struct edge ef; /* edge corresponding to the jf branch */
284 struct edge *in_edges; /* first edge in the set (linked list) of edges with this as a successor */