You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Should the dominator tree be a static analysis, or should it be dynamically updated when the CFG (Control flow graph #1) changes?
How does a dominator tree interact with EBBs? The immediate dominator of every inner basic block in an EBB is obvious (it's the previous basic block), so it doesn't need to be stored. Inly the immediate dominator of an EBB is interesting.