================ @@ -2948,12 +2953,48 @@ class VPBasicBlock : public VPBlockBase { return NewBlock; } +protected: + void executeRecipes(VPTransformState *State, BasicBlock *BB); ---------------- ayalz wrote: Documentation missing. https://github.com/llvm/llvm-project/pull/93398