Lines Matching full:functions
35 * (leaf functions) or has no caller. Eventually the only functions that
36 * remain will be the functions in the cycles.
110 * about functions that aren't in any cycle, but are in the part of the call
164 /** List of functions called by this function. */
167 /** List of functions that call this function. */
332 /* Collect all of the information about which functions call which other
333 * functions.
337 /* Remove from the set all of the functions that either have no caller or
338 * call no other functions. Repeat until no functions are removed.
346 /* At this point any functions still in the hash must be part of a cycle.
358 /* Collect all of the information about which functions call which other
359 * functions.
363 /* Remove from the set all of the functions that either have no caller or
364 * call no other functions. Repeat until no functions are removed.
372 /* At this point any functions still in the hash must be part of a cycle.