Instead of storing each DomTreeNode that we've visited and checking whether our next block is dominated by any of them, store only the blocks which aren't dominated by other blocks in the visited set, and use bisection on the dfs-in number to identify the only block in the set that might be dominating.
This revision needs review, but there are no reviewers specified.
Details
Details
- Reviewers
- None
Summary
Diff Detail
Diff Detail
Event Timeline
nicholas added a parent revision: D60755: [NFCI] Improve efficiency of isPotentiallyReachableFromManyDomTree..Apr 16 2019, 12:52 AM