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

  /external/valgrind/main/callgrind/
bb.c 229 * compute the event type list for costs, and seen_before is
230 * set to False. Otherwise, seen_before is set to True.
242 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before)
258 *seen_before = bb ? True : False;
259 if (*seen_before) {
main.c 312 Bool seen_before; member in struct:__anon13706
385 if (!clgs->seen_before) {
598 tl_assert(clgs->seen_before || (inode->eventset == 0));
735 if (clgs->seen_before) {
764 if (clgs->seen_before) {
957 clgs.bb = CLG_(get_bb)(origAddr, sbIn, &(clgs.seen_before));
    [all...]
bbcc.c 483 Bool seen_before; local
492 source_bb = CLG_(get_bb)(bb_addr(bb)-1, 0, &seen_before);
495 /* seen_before can be true if RET from a signal handler */
496 if (!seen_before) {
508 if (!seen_before) {
global.h 734 BB* CLG_(get_bb)(Addr addr, IRSB* bb_in, Bool *seen_before);

Completed in 78 milliseconds