================ @@ -256,6 +256,10 @@ class StructurizeCFG { BBPhiMap DeletedPhis; BB2BBVecMap AddedPhis; + SmallVector<BBValueVector> BBValuesPool; ---------------- arsenm wrote: Document what BBValuesPool is https://github.com/llvm/llvm-project/pull/101301