mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
dd772f5f5f
Enhanced the `findReachableNodes` algorithm, with a new `StackSet` parallel data structure which is used to quickly check if we are encountering a node already on the visit stack. Modified the `findReachableNodes` to include in the returned set of nodes also nodes which are encountered on self loop paths and that should consequently be included in this set.