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

  /external/valgrind/callgrind/
bb.c 227 * compute the event type list for costs, and seen_before is
228 * set to False. Otherwise, seen_before is set to True.
240 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before)
256 *seen_before = bb ? True : False;
257 if (*seen_before) {
bbcc.c 492 Bool seen_before; local
502 source_bb = CLG_(get_bb)(bb_addr(bb)-1, 0, &seen_before);
505 /* seen_before can be true if RET from a signal handler */
506 if (!seen_before) {
518 if (!seen_before) {
main.c 317 Bool seen_before; member in struct:__anon20150
390 if (!clgs->seen_before) {
603 tl_assert(clgs->seen_before || (inode->eventset == 0));
786 if (clgs->seen_before) {
815 if (clgs->seen_before) {
1007 clgs.bb = CLG_(get_bb)(origAddr, sbIn, &(clgs.seen_before));
    [all...]
global.h 698 BB* CLG_(get_bb)(Addr addr, IRSB* bb_in, Bool *seen_before);

Completed in 92 milliseconds