Closed kc611 closed 1 year ago
As titled, this PR adds a heirarchical structure to Regions by introducing region_headers which are dictionary mappings of BasicBlock headers to the respective regions they are headers of.
Regions
region_headers
BasicBlock
This also fixes the rendering for loop restructuring.
As titled, this PR adds a heirarchical structure to
Regions
by introducingregion_headers
which are dictionary mappings ofBasicBlock
headers to the respective regions they are headers of.This also fixes the rendering for loop restructuring.