================ @@ -38,6 +38,7 @@ using StackVector = SmallVector<StackEntry, 16>; class SIAnnotateControlFlow { private: + Function *F; ---------------- shiltian wrote: If you add `= nullptr` below, why not these? https://github.com/llvm/llvm-project/pull/117998