I don’t know what you were asking, but BP is slower than BP converted to C++.
Whether you should to addition once and save it into a variable is up to the programmer and how he structures his code, regardless whether it’s BP or C++. At the end of the day, BP converted into C++ will still be faster, whether you do addition all the time or do it once and save it into local var. On the other hand some things are cheap, no matter how you do it. So maybe one doesn’t need to bother with how certain things are done.
Note that I am not referring to your example in particular.