Does this-> slow down your program?

Does using “this->” slow down your program because it has to dereference a pointer? Or does the compiler understand and automatically remove all of this->? I just like putting this-> for clearly differenciating local variables and member fields.