qat.purr.backends.qblox.codegen_base module

class DfsTraversal

Bases: ABC

Base Depth-first Search algorithm on the control flow graph

clear()
abstract enter(node)
abstract exit(node)
run(graph)