================ @@ -28,6 +28,7 @@ struct FlowBlock { uint64_t Weight{0}; bool HasUnknownWeight{true}; bool IsUnlikely{false}; + bool IsExit{false}; ---------------- shawbyoung wrote: I agree, just changed this representation https://github.com/llvm/llvm-project/pull/95047