MCPcopy Create free account
hub / github.com/codehasan/dex2c / compute_rpo

Method compute_rpo

dex2c/graph.py:137–146  ·  view source on GitHub ↗

Number the nodes in reverse post order. An RPO traversal visit as many predecessors of a node as possible before visiting the node itself.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

constructFunction · 0.95

Calls 1

post_orderMethod · 0.95

Tested by

no test coverage detected