Home | History | Annotate | Download | only in callgrind

Lines Matching defs:fn

292   fn_node*   fn;          /* debug info for this BB */
317 * the call chain to the current context: I.e. fn[0] is the
318 * function we are currently in, fn[1] has called fn[0], and so on.
319 * Recursion levels are used for fn[0].
322 * rec_index = min(<fn->rec_separation>,<active>) - 1;
332 fn_node* fn[0];
613 fn_node* fn;
707 /* from fn.c */
754 Context* CLG_(get_cxt)(fn_node** fn);
755 void CLG_(push_cxt)(fn_node* fn);