UQ-PAC / BASIL

Apache License 2.0
8 stars 0 forks source link

Node `succ` and `pred` optimisations #45

Closed Thomas-Malcolm closed 1 year ago

Thomas-Malcolm commented 1 year ago

The new CFG nodes store four sets - the predecessors and successors that are intra-procedural and inter-procedural (predIntra, predInter, succIntra, succInter). There are a couple points of redundancy here:

utting commented 1 year ago

Done.