PointerToBase is a mapping between potentially derived pointer to its base.
As soon as we are in SSA form If there is a base of derived pointer and it
is available at def of derived pointer, the same base will be available at any
point where derived pointer is alive.
So the mapping of derived pointer to base pointer is a global property, not
a property of a call site.