Searched refs:cjmp_inverted (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/callgrind/
H A Dbb.c122 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);
121 new_bb(obj_node* obj, PtrdiffT offset, UInt instr_count, UInt cjmp_count, Bool cjmp_inverted) argument
H A Dmain.c813 /*INOUT*/ Bool* cjmp_inverted)
851 *cjmp_inverted = toNextInstr;
1104 inverted = clgs.bb->cjmp_inverted;
1209 if (clgs.bb->cjmp_inverted) jmps_passed--;
1239 clgs.bb->cjmp_inverted ? "yes":"no");
810 collectBlockInfo(IRSB* sbIn, UInt* instrs, UInt* cjmps, Bool* cjmp_inverted) argument
H A Dglobal.h329 Bool cjmp_inverted; /* condition of last cond.jump can be inverted by VEX */ member in struct:_BB

Completed in 70 milliseconds