Files
revng-revng/include
Andrea Gussoni 603b80e695 getWeight implementation for BasicBlockNode
Implement a new `getWeight` method for the `BasicBlockNode` class.
This method is later used in the `untangle` pass to obtain an estimate
of the weight in terms of original instructions of the node under
analysis.

In case of a collapsed node the method recursively explore all the
collapsed region and return the sum of the weights of the nodes
composing the collapsed region.
2019-05-10 17:55:55 +02:00
..
2019-02-10 16:20:24 +01:00