Per-block info collected during construction for path reachability
analysis. Each blockβs assignments, constants, and copy chains are
stored together so they can be read with a single index lookup.
Check whether the current entryβentry sub-path introduces a new block
sequence (not just new blocks). Different branch choices inside the SCC
produce different sequences even when all block IDs have already been seen,
e.g. if i % 2 == 0 { A } else { B } alternates between two paths through
the same set of blocks on successive loop iterations.