Home
last modified time | relevance | path

Searched refs:addGEdge2 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dgraph.h82 void addGEdge2 (GraphNode *from, GraphNode *to, unsigned int weight, unsigned int weight_back);
H A Dgraph.c97 void addGEdge2 (GraphNode *from, GraphNode *to, unsigned int weight, unsigned int weight_back) { in addGEdge2() function
H A Dpcode.c8989 addGEdge2 (getOrAddGNode (adj, NULL, prevBSR), getOrAddGNode (adj, NULL, pseudoBSR), 1, 0); in attachBsrInfo2pBlock()
9122 addGEdge2 (node1, node, edge->weight, backweight); in mergeGraphNodes()