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

  /external/valgrind/main/callgrind/
bb.c 122 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted)
142 bb->cjmp_inverted = cjmp_inverted;
164 cjmp_inverted ? "yes":"no",
247 Bool cjmp_inverted = False; local
256 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
280 bb = new_bb(obj, addr - obj->offset, n_instrs, n_jmps, cjmp_inverted);
global.h 329 Bool cjmp_inverted; /* condition of last cond.jump can be inverted by VEX */ member in struct:_BB

Completed in 179 milliseconds