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

  /external/valgrind/main/callgrind/
bbcc.c 558 Int jmpkind, passed = 0, csp; local
585 jmpkind = last_bb->jmpkind;
588 if ((jmpkind == Ijk_Boring) &&
590 jmpkind = JmpNone;
593 jmpkind = JmpCond;
615 jmpkind = JmpNone;
618 /* Manipulate JmpKind if needed, only using BB specific info */
623 if ( (jmpkind == Ijk_Ret) && (csp >0)) {
653 jmpkind = Ijk_Boring
    [all...]
global.h 258 Int jmpkind; /* JmpCall, JmpBoring, JmpCond */ member in struct:_jCC
328 Int jmpkind; /* remember jump kind of final exit */ member in struct:_BB

Completed in 1367 milliseconds