Files
clang-p2996/clang/lib/Analysis/IntervalPartition.cpp
Yitzhak Mandelbaum 26db5e651b [clang][CFG] Support construction of a weak topological ordering of the CFG.
This patch adds support for building a weak topological ordering (WTO) of the
CFG blocks, based on a limit flow graph constructed via (repeated) interval
partitioning of the CFG.

This patch is part 2 of 2 for adding WTO support.

Differential Revision: https://reviews.llvm.org/D153058
2023-07-27 18:40:59 +00:00

8.4 KiB