Variable: byte-compile-call-tree

Alist of functions and their call tree.
Each element looks like

(FUNCTION CALLERS CALLS)

where CALLERS is a list of functions that call FUNCTION, and CALLS
is a list of functions for which calls were generated while compiling FUNCTION.