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

/external/valgrind/callgrind/
H A Dbb.c120 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted)
140 bb->cjmp_inverted = cjmp_inverted;
162 cjmp_inverted ? "yes":"no",
245 Bool cjmp_inverted = False; local
254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
278 bb = new_bb(obj, addr - obj->offset, n_instrs, n_jmps, cjmp_inverted);
119 new_bb(obj_node* obj, PtrdiffT offset, UInt instr_count, UInt cjmp_count, Bool cjmp_inverted) argument
H A Dmain.c864 /*INOUT*/ Bool* cjmp_inverted)
902 *cjmp_inverted = toNextInstr;
1181 inverted = clgs.bb->cjmp_inverted;
1301 if (clgs.bb->cjmp_inverted) jmps_passed--;
1329 if (clgs.bb->cjmp_inverted) {
1358 clgs.bb->cjmp_inverted ? "yes":"no");
861 collectBlockInfo(IRSB* sbIn, UInt* instrs, UInt* cjmps, Bool* cjmp_inverted) argument
H A Dglobal.h303 Bool cjmp_inverted; /* is last side exit actually fall through? */ member in struct:_BB

Completed in 74 milliseconds