HomeSort by relevance Sort by last modified time
    Searched refs:setup_bbcc (Results 1 - 3 of 3) sorted by null

  /external/valgrind/callgrind/
global.h 276 * a call to setup_bbcc(), specifying a pointer to the
281 * BBCC is set by setup_bbcc.
729 void CLG_(setup_bbcc)(BB* bb) VG_REGPARM(1);
797 // set by setup_bbcc at start of every BB, and needed by log_* helpers
bbcc.c 561 void CLG_(setup_bbcc)(BB* bb) function
574 CLG_DEBUG(3,"+ setup_bbcc(BB %#lx)\n", bb_addr(bb));
909 CLG_DEBUG(3,"- setup_bbcc (BB %#lx): Cost %p (Len %d), Instrs %d (Len %d)\n",
main.c 917 /* add helper call to setup_bbcc, with pointer to BB struct as argument
919 * precondition for setup_bbcc:
945 di = unsafeIRDirty_0_N( 1, "setup_bbcc",
946 VG_(fnptr_to_fnentry)( & CLG_(setup_bbcc) ),
    [all...]

Completed in 40 milliseconds