HomeSort by relevance Sort by last modified time
    Searched defs:Bi (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/cachegrind/
cg_main.c 111 BranchCC Bi; /* Indirect branch counts */
280 lineCC->Bi.b = 0;
281 lineCC->Bi.mp = 0;
431 n->parent->Bi.b++;
432 n->parent->Bi.mp
509 } Bi;
631 VG_(printf)("Bi %p DST=", ev->inode);
632 ppIRExpr(ev->Ev.Bi.dst);
810 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
937 evt->Ev.Bi.dst = whereTo
    [all...]
  /external/valgrind/main/callgrind/
main.c 264 } Bi;
356 VG_(printf)("Bi %p DST=", ev->inode);
357 ppIRExpr(ev->Ev.Bi.dst);
413 // extend event set by Bi counters
549 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
701 evt->Ev.Bi.dst = whereTo;
    [all...]

Completed in 145 milliseconds