Lines Matching defs:edges
230 // See if we we want any edges from this node.
264 // Don't process edges that we don't actually want.
331 // Find edges in the the build plan for which we have new dyndep info.
364 // Add out edges from this node that are in the plan (just as
374 // See if any encountered edges are now ready.
389 // Collect the transitive closure of dependents and mark their edges
394 // Update the dirty state of all dependents and check if their edges
479 vector<Edge*> edges;
482 edges.push_back(e->second);
483 return edges;