================ @@ -38,6 +38,7 @@ using StackVector = SmallVector<StackEntry, 16>; class SIAnnotateControlFlow { private: + Function *F; ---------------- jayfoad wrote: This one is always initialized by the constructor, `F(&F)` https://github.com/llvm/llvm-project/pull/117998